Scene-Graph-Benchmark.pytorch icon indicating copy to clipboard operation
Scene-Graph-Benchmark.pytorch copied to clipboard

AttributeError: module 'torch.cuda' has no attribute 'amp'

Open tongbaochen opened this issue 3 years ago • 1 comments

❓ 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

tongbaochen avatar Dec 20 '21 10:12 tongbaochen

uncessfully compiled the apex , remove build file in apex , try again?

JASON7033 avatar Mar 23 '22 20:03 JASON7033