-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
作者可以出一个支持pytorch1.7的吗 #9
Comments
为什么只允许1.7, 这个周末我适配一下看看 |
就是编译那一大段输出中会有报一些错,dcn_v2_cpu.o这个文件生成失败。我摘出来一部分: ninja: build stopped: subcommand failed. File "/home/user/anaconda3/envs/bgmatting/lib/python3.7/site-packages/torch/ut ils/cpp_extension.py", line 1238, in _write_ninja_file_and_compile_objects |
看到一篇帖子是解决这个问题的,但是我照着做了之后惨遭失败,不知道是否对你有帮助 |
CharlesShang/DCNv2#92 |
我还是编译不过去 |
就是正常的pytorch上面装cuda11.0的那个conda命令行,cuda就装了11.1,然后就直接编译了 |
我pip和conda 都试了,不行 |
conda install pytorch torchvision torchaudio cudatoolkit=11.0 -c pytorch |
add export TORCH_CUDA_ARCH_LIST="8.0 + PTX" |
@hhcs9527 @nostayup @caiduoduo12138 Pytorch 1.7 was supported on master branch. Theoretically would also works on lower or higher version. If not pls open a new issue. |
买了3090,但是目前机器只允许pytorch1.7,哭……
The text was updated successfully, but these errors were encountered: