This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
exp_params = helper.get_parameter_set_for_experiment(yaml_cfg_path, exp_params_path, exp_params_idx) | |
pprint(exp_params) | |
AttributeError Traceback (most recent call last) | |
Cell In[24], line 1 | |
----> 1 exp_params = helper.get_parameter_set_for_experiment(yaml_cfg_path, exp_params_path, exp_params_idx) | |
2 pprint(exp_params) | |
File ~/Documents/Research/projects/bio-seqlearn/models/tripod/../../libs/conic_tasks/examples/run_example.py:111, in get_parameter_set_for_experiment(yaml_cfg_path, exp_params_path, exp_params_idx) | |
92 def get_parameter_set_for_experiment(yaml_cfg_path, exp_params_path, exp_params_idx): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
exp_params = helper.get_parameter_set_for_experiment(yaml_cfg_path, exp_params_path, exp_params_idx) | |
pprint(exp_params) | |
######################################################## | |
TypeError Traceback (most recent call last) | |
Cell In[16], line 2 | |
1 # this is reproducible | |
----> 2 sequencer, input_dict = helper.load_input_helper(yaml_cfg_path, exp_params_path, exp_params_idx) |