-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FileNotFoundError: [Errno 2] No such file or directory: #6
Comments
I found thqt the original problem is . |
But I couldn´t resolve it |
Hmm, that's wired. Because the datamodule is first instantiated here. If there's no problem with the datamodule, there should be no problem with the model. Can you post your running commands and the full error log here? |
Hmmm that's weird, I run the same code but no such error. Can you try |
Yes , I tried it, nothing is happend, the error is same |
Then can you run the demo notebook? https://github.com/UT-Austin-RPL/Ditto/blob/master/notebooks/demo_depth_map.ipynb |
Hmmm that's weird, it seems you can initialize the model in the notebook but not from the script. One thing to try is run |
The problem is with numpy version. If you are using conda env then follow the two steps below and you are good to go with training. |
Good to know that! Is there any other problem? |
Thanks for above solution. It seems that the default NumPy will report error. Use pip to upgrade doesn't work. But using conda to install can solve the problem |
Hello , this error comes when I do the Training , Is there any solution
File "C:\Users\Labor\anaconda3\envs\Ditto\lib\runpy.py", line 234, in _get_code_from_file
with io.open_code(decoded_path) as f:
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\Labor\Digital-Twin\Ditto\logs\runs\2022-05-19\Ditto_s2m-10-04-35\run.py'
The text was updated successfully, but these errors were encountered: