tianzhi0549/FCOS

AttributeError: module 'torch._six' has no attribute 'PY3'

guigarfr opened this issue · 1 comments

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

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?