You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "tools/train_test_net.py", line 8, in
from maskrcnn_benchmark.utils.env import setup_environment # noqa F401 isort:skip
File "/content/TinyBenchmark/tiny_benchmark/maskrcnn_benchmark/utils/env.py", line 4, in
from maskrcnn_benchmark.utils.imports import import_file
File "/content/TinyBenchmark/tiny_benchmark/maskrcnn_benchmark/utils/imports.py", line 4, in
if torch._six.PY3:
AttributeError: module 'torch._six' has no attribute 'PY3'
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "tools/train_test_net.py", line 8, in
from maskrcnn_benchmark.utils.env import setup_environment # noqa F401 isort:skip
File "/content/TinyBenchmark/tiny_benchmark/maskrcnn_benchmark/utils/env.py", line 4, in
from maskrcnn_benchmark.utils.imports import import_file
File "/content/TinyBenchmark/tiny_benchmark/maskrcnn_benchmark/utils/imports.py", line 4, in
if torch._six.PY3:
AttributeError: module 'torch._six' has no attribute 'PY3'
The text was updated successfully, but these errors were encountered: