-
Notifications
You must be signed in to change notification settings - Fork 110
Labels
kind/answered questionquestions that has been answered, for referencequestions that has been answered, for referencekind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.
Description
What happened:
While following the quick start instructions from documentation of ianvs, I encountered a bug.
On running,
ianvs -f ./examples/pcb-aoi/singletask_learning_bench/benchmarkingjob.yamlI got following exception:-
Traceback (most recent call last):
File "/home/aryan/mambaforge/envs/ianvs1/lib/python3.8/site-packages/ianvs-0.1.0-py3.8.egg/core/cmd/benchmarking.py", line 37, in main
job.run()
File "/home/aryan/mambaforge/envs/ianvs1/lib/python3.8/site-packages/ianvs-0.1.0-py3.8.egg/core/cmd/obj/benchmarkingjob.py", line 89, in run
self.test_env.prepare()
File "/home/aryan/mambaforge/envs/ianvs1/lib/python3.8/site-packages/ianvs-0.1.0-py3.8.egg/core/testenvmanager/testenv/testenv.py", line 80, in prepare
raise RuntimeError(f"prepare dataset failed, error: {err}.") from err
RuntimeError: prepare dataset failed, error: not one of train_index/train_data/train_data_info.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/aryan/mambaforge/envs/ianvs1/bin/ianvs", line 33, in <module>
sys.exit(load_entry_point('ianvs==0.1.0', 'console_scripts', 'ianvs')())
File "/home/aryan/mambaforge/envs/ianvs1/lib/python3.8/site-packages/ianvs-0.1.0-py3.8.egg/core/cmd/benchmarking.py", line 41, in main
raise RuntimeError(f"benchmarkingjob runs failed, error: {err}.") from err
RuntimeError: benchmarkingjob runs failed, error: prepare dataset failed, error: not one of train_index/train_data/train_data_info..What you expected to happen:
I expected that benchmarks will be happen.
How to reproduce it (as minimally and precisely as possible):
Please run the quick start guide from here
Anything else we need to know?:
Not neccesarily
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/answered questionquestions that has been answered, for referencequestions that has been answered, for referencekind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.