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

在ai studio多卡多进程报错 #1253

Open
tangpanyu opened this issue May 25, 2023 · 3 comments
Open

在ai studio多卡多进程报错 #1253

tangpanyu opened this issue May 25, 2023 · 3 comments

Comments

@tangpanyu
Copy link

writer = LogWriter(args.log_dir)
Traceback (most recent call last):
File "train.py", line 55, in
writer = LogWriter(args.log_dir)
File "/usr/local/lib/python3.7/dist-packages/visualdl/writer/writer.py", line 119, in init
self._get_file_writer()
File "/usr/local/lib/python3.7/dist-packages/visualdl/writer/writer.py", line 139, in _get_file_writer
filename=self._file_name)
File "/usr/local/lib/python3.7/dist-packages/visualdl/writer/record_writer.py", line 90, in init
bfile.makedirs(logdir)
File "/usr/local/lib/python3.7/dist-packages/visualdl/io/bfile.py", line 695, in makedirs
return default_file_factory.get_filesystem(path).makedirs(path)
File "/usr/local/lib/python3.7/dist-packages/visualdl/io/bfile.py", line 97, in makedirs
os.makedirs(path)
File "/usr/lib/python3.7/os.py", line 223, in makedirs
mkdir(name, mode)
FileExistsError: [Errno 17] File exists: '/root/paddlejob/workspace/output/_log'

@rainyfly
Copy link
Collaborator

这个是哪个版本的visualdl啊

@tangpanyu
Copy link
Author

这个是哪个版本的visualdl啊

visualdl 2.4.1

@rainyfly
Copy link
Collaborator

rainyfly commented Jun 5, 2023

更新一下版本试试

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

2 participants