undefined symbol: _ZN3c1019UndefinedTensorImpl10_singletonE
ImportError: libcudart.so.8.0: cannot open shared object file: No such file or directory
这两个问题,很有可能你代码中的build没有删除掉!
一般在lib\的目录下
如果程序有任何改动的话!每次运行要记得删掉!
再重新编译,就可以了!
undefined symbol: _ZN3c1019UndefinedTensorImpl10_singletonE
ImportError: libcudart.so.8.0: cannot open shared object file: No such file or directory
这两个问题,很有可能你代码中的build没有删除掉!
一般在lib\的目录下
如果程序有任何改动的话!每次运行要记得删掉!
再重新编译,就可以了!