09 2020 档案
摘要:find ./ -type f -name "*"|xargs ls >> tmp https://blog.csdn.net/qq_40806289/article/details/107691031
阅读全文
摘要:python3.6/site-packages/mxnet/recordio.py", line 419, in unpack header = IRHeader(*struct.unpack(_IR_FORMAT, s[:_IR_SIZE]))TypeError: 'NoneType' objec
阅读全文
摘要:1.6.0版本的torch不支持低版本的cuda 10.1 所以检测不到gpu,安装兼容10.1低版本cuda的对应torch版本1.6.0+cu101 pip install torch==1.6.0+cu101 torchvision==0.7.0+cu101 -f https://downlo
阅读全文