Scene-Graph-Benchmark.pytorch
Scene-Graph-Benchmark.pytorch copied to clipboard
AttributeError: module 'torch.cuda' has no attribute 'amp'
❓ Questions and Help
hi, I have successfully built up the Scene-Graph-Benchmark.pytorch followed the instruction of https://github.com/KaihuaTang/Scene-Graph-Benchmark.pytorch/blob/master/INSTALL.md howerver, when I'm trying to run the testing code. I have run into this issue:
- [ ] AttributeError: module 'torch.cuda' has no attribute 'amp' is there anyone know how to solved it? the config is as the followings: CUDA 10.1 torch 1.4 gcc 7.5 python 3.6
uncessfully compiled the apex , remove build file in apex , try again?