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
{{ message }}
This repository has been archived by the owner on Apr 20, 2019. It is now read-only.
nvcc fatal : Value 'sm_50' is not defined for option 'gpu-architecture'
This means most likely that the version of CUDA you are using is too old to support your GPU. The idiomatic fix for this is to upgrade CUDA, of course, but when you can't (like on a system not under your direct control) or you don't want to (because it is unreasonably hard), you can try specifying an older, hopefully compatible version by adding -arch=sm_35 to the nvcc.flags setting for Theano.