AttributeError: module 'torch._six' has no attribute 'PY3'
guigarfr opened this issue · 1 comments
guigarfr commented
AttributeError: module 'torch._six' has no attribute 'PY3'
In file fcos_core/utils/imports.py there's an if checking if torch._six.PY3.
Latest torch version doesn't have PY3 but PY37
wangSir0202 commented
AttributeError: module 'torch._six' has no attribute 'PY3'
In file fcos_core/utils/imports.py there's an if checking if torch._six.PY3.
Latest torch version doesn't have PY3 but PY37
have you deal with this problem?