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
I have this issue too and solved this by changing next line in sdae.py: os.environ['THEANO_FLAGS'] = "device=gpu1,floatX=float32"
to: os.environ['THEANO_FLAGS'] = "device=cuda*,floatX=float32"
I ran your code, and the following error was prompted,“ValueError: You are tring to use the old GPU back-end. It was removed from Theano. Use device=cuda* now. See https://github.com/Theano/Theano/wiki/Converting-to-the-new-gpu-back-end%28gpuarray%29 for more information.”.
How can I modify it?
The text was updated successfully, but these errors were encountered: