Outputs and logs saved to /home/ubuntu/selene/manuscript/case2/evaluation_outputs/2019-09-04-22-27-47
Traceback (most recent call last):
File "../../../selene_cli.py", line 32, in <module>
parse_configs_and_run(configs, lr=arguments["--lr"])
File "/home/ubuntu/selene/selene_sdk/utils/config_utils.py", line 341, in parse_configs_and_run
execute(operations, configs, current_run_output_dir)
File "/home/ubuntu/selene/selene_sdk/utils/config_utils.py", line 208, in execute
evaluate_model = instantiate(evaluate_model_info)
File "/home/ubuntu/selene/selene_sdk/utils/config.py", line 239, in instantiate
return _instantiate_proxy_tuple(proxy, bindings)
File "/home/ubuntu/selene/selene_sdk/utils/config.py", line 144, in _instantiate_proxy_tuple
obj = proxy.callable(**kwargs)
File "/home/ubuntu/selene/selene_sdk/evaluate_model.py", line 132, in __init__
self.sampler.get_data_and_targets(self.batch_size, n_test_samples)
File "/home/ubuntu/selene/selene_sdk/samplers/file_samplers/bed_file_sampler.py", line 244, in get_data_and_targets
seqs, tgts = self.sample(batch_size=batch_size)
File "/home/ubuntu/selene/selene_sdk/samplers/file_samplers/bed_file_sampler.py", line 160, in sample
tgts[features] = 1
IndexError: index 9 is out of bounds for axis 1 with size 2
Outputs and logs saved to /home/ubuntu/selene/manuscript/case2/evaluation_outputs/2019-09-09-22-20-15
Traceback (most recent call last):
File "../../../selene_cli.py", line 32, in <module>
parse_configs_and_run(configs, lr=arguments["--lr"])
File "/home/ubuntu/selene/selene_sdk/utils/config_utils.py", line 341, in parse_configs_and_run
execute(operations, configs, current_run_output_dir)
File "/home/ubuntu/selene/selene_sdk/utils/config_utils.py", line 208, in execute
evaluate_model = instantiate(evaluate_model_info)
File "/home/ubuntu/selene/selene_sdk/utils/config.py", line 239, in instantiate
return _instantiate_proxy_tuple(proxy, bindings)
File "/home/ubuntu/selene/selene_sdk/utils/config.py", line 144, in _instantiate_proxy_tuple
obj = proxy.callable(**kwargs)
File "/home/ubuntu/selene/selene_sdk/evaluate_model.py", line 134, in __init__
if type(self.reference_sequence) == Genome and \
AttributeError: 'EvaluateModel' object has no attribute 'reference_sequence'