-
Notifications
You must be signed in to change notification settings - Fork 57
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
error msg. #6
Comments
I'm getting the same error. |
Let me see it. I haven't come across this problem before. Looking at the problem seems that the test loader has zero images. |
How to adapt pytorch 1.0? |
The model works fine with PyTorch 0.4.0 and 0.4.1 The framework is not compatiable with PyTorch 1.0 I will try to update it to the recent PyTorch versions. But it may not be soon enough. |
self.ckp.log[-1, idx_scale] = eval_acc / len(self.loader_test) |
Hi @saeed-anwar, can you please describe how to setup a new (minimal) ubuntu environment in order to reproduce your results? |
Hi @saeed-anwar,
|
I am facing this issue with PyTorch 0.4.1 --> how could I fix this? |
This error can be fixed by replacing all instances of As an explanation: the author most likely used scipy <= v1.2.0 after which imread/write was removed (see https://docs.scipy.org/doc/scipy-1.2.1/reference/generated/scipy.misc.imread.html) |
Did anyone run the suggested script correctly?
Why do I get the following error?
The text was updated successfully, but these errors were encountered: