AttributeError: module 'torch._six' has no attribute 'PY3'
摘要:修改:进到torch._six源码,看看里面是PY的哪个对象,修改成这对象名试试 _six.py 即将PY3修改为PY37
阅读全文
posted @
2021-12-08 19:13
一点飞鸿
阅读(4595)
推荐(1) 编辑
AttributeError: module 'torchvision' has no attribute 'transforms'
摘要:代码:maskrcnn-benchmark Python 3.6.13 |Anaconda, Inc Traceback (most recent call last): File "tools/train_net.py", line 18, in <module> from maskrcnn_be
阅读全文
posted @
2021-12-08 19:03
一点飞鸿
阅读(4383)
推荐(1) 编辑