wayveai/mile

Data collection: Could not find run

Opened this issue · 0 comments

I am trying to run the data_collect.sh script. I get the following error:
wandb.errors.CommError: Could not find run <Run iccv21-roach/trained-models/1929isj0 (not found)>

Here is the trace:

Exception has occurred: CommError
Could not find run <Run iccv21-roach/trained-models/1929isj0 (not found)>
ValueError: Could not find run <Run iccv21-roach/trained-models/1929isj0 (not found)>

During handling of the above exception, another exception occurred:
File "/home/yzdmgd/projects/mile/mile/agents/rl_birdview/rl_birdview_agent.py", line 25, in setup
run = api.run(cfg.wb_run_path)
File "/home/yzdmgd/projects/mile/mile/agents/rl_birdview/rl_birdview_agent.py", line 17, in init
self.setup(path_to_conf_file)
File "/home/yzdmgd/projects/mile/data_collect.py", line 100, in main
driver_dict[ev_id] = DriverAgentClass('config_driver.yaml')
File "/home/yzdmgd/projects/mile/data_collect.py", line 282, in
main()
wandb.errors.CommError: Could not find run <Run iccv21-roach/trained-models/1929isj0 (not found)>

Thank you so much for your support.