SpaceNetChallenge / SpaceNet_SAR_Buildings_Solutions

The winning solutions for the SpaceNet 6 Challenge
Apache License 2.0
74 stars 17 forks source link

FileNotFoundError: [Errno 2] No such file or directory: '/logs/exp_0013/config.yml' #1

Closed Ehsan125 closed 3 years ago

Ehsan125 commented 3 years ago

I am successfully able to run all the experiments on the docker container. Now i am trying to reproduce on my local ubuntu environment, but i am getting the error while running this code. Please looking for your kind consideration and needful help.

How can I resolve this error or how can I set the path of logs and weights files? I am also attaching the screenshot of my environment where I am actually running the jupyter notebook.

Ehsan125 commented 3 years ago

I think exp_log_dir is set to None in default. You have to set this correctly.

For examples, If your config.yml is located at "/home/irshad/configs/exp_0013/config.yml", exp_log_dir should be set to "/home/irshad/configs/".