-
Notifications
You must be signed in to change notification settings - Fork 104
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
No such file or directory, confusing concatenation? #6
Comments
Mmm I never tried on Windows. In the |
Giving either the full path or the relative
because the model is stored in I was successfully able to train and test after this change so the Rather, the Eg:
Also, great repo 🥇! |
I'm eager to run this programm on windows, but the requirements are so complex , could you show your enviroments and some utilities? |
(I'm using a conda environment on windows) When trying to run from the root directory:
I get the error
No such file or directory: 'dumped\\test\\<testid>\\pretrained/defend_the_center.pth'
.Looking into this I saw that the paths are concatenated.
Shouldn't the weights be loaded from the
pretrained
directory instead?Eg:
model_path = params.reload
What is the expected functionality?
The text was updated successfully, but these errors were encountered: