Beim Importieren von torchvision 0.3.0 mit pytorch 1.1.0 tritt ein Fehler auf.
ImportError: myenv/lib/python3.7/site-packages/torchvision/_C.cpython-37m-x86_64-linux-gnu.so: undefined symbol: _ZN3c107Warning4warnENS_14SourceLocationENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
Deinstallieren Sie alle und installieren Sie sie neu. Ich weiß nicht, was los ist, aber ich habe es vorerst gelöst. Die Version passt zu Ihnen. Referenz
$conda uninstall pytorch
$conda uninstall torchvision
$conda install pytorch==1.1.0 torchvision==0.3.0 cudatoolkit=9.0 -c pytorch
Recommended Posts