Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wuhuhaha0118 opened this issue Mar 22, 2023 · 0 comments

Comments

@wuhuhaha0118
Copy link

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/tmp5c_06nb
/tmpyyra2bdl.py'

Process finished with exit code 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant