Open h-gokul opened 2 years ago
I have followed every step in the DMM net installation exactly. My cuda is 10.0 and Cudnn 7.6.5.
I get this error, when I am running the eval_r50.sh?
eval_r50.sh
AttributeError: module 'torch._six' has no attribute 'PY3'
i have a same problem while i am using maskrcnn.Do you solve this problem?
i see a solution:https://github.com/FeiyuWang/EC-601-Group-11-VQA-Project/blob/3344e2c818a558ea1031c7e687f2eebace7ff2a0/README.md
I have followed every step in the DMM net installation exactly. My cuda is 10.0 and Cudnn 7.6.5.
I get this error, when I am running the
eval_r50.sh
?