You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have recently tested the current build on pytorch 0.4.1, and it encounter CUDA out of memory error.
There is no problem in 0.4.0 for the current time being.
Hope you could also look into this direction during the upgrade :)
I found a simple way to use this code with Pytorch 1.0 or 0.4.1. This error is caused by functools package used in fcn.py. So just comment related code below and it works.
Planned updates
The text was updated successfully, but these errors were encountered: