我一直收到来自Heroku的slug大小过大警告(Compiled slug size: 789.8M is too large (max is 500M)),我不知道为什么,因为我的模型大小(下面的cnn.pth)相当小,我的文件目录总共只有1.1mb:我的Pipfile当前安装了以下包:flask = "*"psycopg2 = "
/whl/cpu/torch-0.3.0.post4-cp27-cp27mu-linux_x86_64.whl' '@develop#egg=torch'但是在运行python setup.py-cp27mu-linux_x86_64.whl@develop#egg=torch: 403 Forbiddeninstall_requires(see status at https://github.com&
我曾尝试使用pip3 install命令安装PyTorch。它下载了.whl类型的636MB文件。因为我没有使用sudo,所以安装没有继续进行。现在我不想再下载该文件了。enter image description here pip3 install https://download.pytorch.org/whl/cu100/torch-1.0.1.post2-cp35-cp35m-linux_x86_64.whl
Collecting torch==1.0.1.post2 from h