I have a strange behavior today. When I am running my mxnet model load program in PyCharm it gives :
terminate called after throwing an instance of 'dmlc::Error'
what(): [14:21:09] /home/travis/build/dmlc/mxnet-distro/mxnet-build/3rdparty/mshadow/mshadow/./stream_gpu-inl.h:115: Check failed: err == CUBLAS_STATUS_SUCCESS (1 vs. 0) : Create cublas handle failed
But the same code and same virtual-env activated running flawlessly!
What is happening in PyCharm? Is it changing as Env? Any ideas?