-
Notifications
You must be signed in to change notification settings - Fork 35
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 #57
Comments
You are right, running Prepare_ISIC2017.py shows “[]” indicating that the image was not read correctly. You should make sure that the code Print(Tr_list) reads out the image naming. I see no problem with your current code, note that Prepare_ISIC2017.py is placed at the “/data” file directory level. Also, the image suffix inside images is jpg and inside masks the image is png, which is the suffix specified by the code so far. In addition, we have provided code to prepare your own dataset, so you can take your own dataset (or substitute it for the ISIC2017 dataset), place it in the corresponding directory, and modify the number of training, validation, and test sets to run it. This will not have path problems. |
十分感谢指导!已成功跑通,感谢! |
你好,请问您在跑通代码后是否与论文的结果一致?我想以该论文为基准来改进,想问一下您的结果。十分感谢 |
Traceback (most recent call last):
File "train.py", line 189, in
main(config)
File "train.py", line 132, in main
train_one_epoch(
File "/root/UltraLight-VM-UNet-main/engine.py", line 40, in train_one_epoch
loss.backward()
File "/root/miniconda3/envs/vmunet/lib/python3.8/site-packages/torch/_tensor.py", line 487, in backward
torch.autograd.backward(
File "/root/miniconda3/envs/vmunet/lib/python3.8/site-packages/torch/autograd/init.py", line 197, in backward
Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass
RuntimeError: Unable to find a valid cuDNN algorithm to run convolution
用服务器跑,到Training的步骤就弹出这个报错,解决很久都无法解决,请问应该如何解决?
The text was updated successfully, but these errors were encountered: