<<论文复现>>转换预训练模型
Created by: xjhcassy
在转换pytorch预训练模型时,本地安装paddle再安装pytorch会报错, 是否两者之间存在冲突? ERROR: Command errored out with exit status 1: 'E:\miniconda3\envs\paddle\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\ygscu\AppData\Local\Temp\pip-install-xa554uf7\torch\setup.py'"'"'; file='"'"'C:\Users\ygscu\AppData\Local\Temp\pip-install-xa554uf7\torch\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record 'C:\Users\ygscu\AppData\Local\Temp\pip-record-yd2sm9n2\install-record.txt' --single-version-externally-managed --compile --install-headers 'E:\miniconda3\envs\paddle\Include\torch' Check the logs for full command ou