When calling tuned_pipeline.store_pipeline(config_path=store_dir, save_path=store_dir) , the config.yaml file has gate_pool empty. I expected 'h' and 'cx' in 'gate_pool' variable in config.yaml when trying to finetune using this example SRV demo-dataset and fine-tune. I saved the model and when loading the model for inference I need to manually edit gate_pool in config.yaml.
When calling
tuned_pipeline.store_pipeline(config_path=store_dir, save_path=store_dir), the config.yaml file has gate_pool empty. I expected 'h' and 'cx' in 'gate_pool' variable inconfig.yamlwhen trying to finetune using this example SRV demo-dataset and fine-tune. I saved the model and when loading the model for inference I need to manually editgate_poolinconfig.yaml.