SwinTransformer / Video-Swin-Transformer

This is an official implementation for "Video Swin Transformers".
https://arxiv.org/abs/2106.13230
Apache License 2.0
1.42k stars 199 forks source link

How to resolve this error when training with swin_base_patch244_window877_kinetics400_1k.py #83

Open wuhuhaha0118 opened 1 year ago

wuhuhaha0118 commented 1 year ago
return _bootstrap._gcd_import(name[level:], package, level)

File "", line 1030, in _gcd_import File "", line 1007, in _find_and_load File "", line 982, in _find_and_load_unlocked File "", line 925, in _find_spec File "", line 1423, in find_spec File "", line 1392, in _get_spec File "", line 1364, in _path_importer_cache File "", line 1340, in _path_hooks File "", line 1608, in path_hook_for_FileFinder File "", line 163, in _path_isdir File "", line 148, in _path_is_mode_type File "", line 142, in _path_stat RecursionError: maximum recursion depth exceeded while calling a Python object Exception ignored in: <function _TemporaryFileCloser.del at 0x7fac7a1eaf70> Traceback (most recent call last): File "/home/xxx/Anaconda3/lib/python3.9/tempfile.py", line 445, in del self.close() File "/home/xxx/Anaconda3/lib/python3.9/tempfile.py", line 441, in close unlink(self.name) FileNotFoundError: [Errno 2] No such file or directory: '/tmp/tmp5c06nb/tmpyyra2bdl.py'

Process finished with exit code 1