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

OSError: [WinError 123] The filename, directory name, or volume label syntax is incorrect: 'C:\\Users\\ruibm\\Desktop\\SugerTests\\sugarfine_C:' #179

Open
ruim opened this issue Apr 2, 2024 · 0 comments

Comments

@ruim
Copy link

ruim commented Apr 2, 2024

Hello

when running train.py it eventually runs into this issue:

Traceback (most recent call last):
  File "C:\work\tekuchi\SuGaR-main\train.py", line 170, in <module>
    refined_sugar_path = refined_training(refined_args)
  File "C:\work\tekuchi\SuGaR-main\sugar_trainers\refine.py", line 319, in refined_training
    os.makedirs(sugar_checkpoint_path, exist_ok=True)
  File "C:\Users\ruibm\miniconda3\envs\sugar\lib\os.py", line 215, in makedirs
    makedirs(head, exist_ok=exist_ok)
  File "C:\Users\ruibm\miniconda3\envs\sugar\lib\os.py", line 215, in makedirs
    makedirs(head, exist_ok=exist_ok)
  File "C:\Users\ruibm\miniconda3\envs\sugar\lib\os.py", line 215, in makedirs
    makedirs(head, exist_ok=exist_ok)
  [Previous line repeated 7 more times]
  File "C:\Users\ruibm\miniconda3\envs\sugar\lib\os.py", line 225, in makedirs
    mkdir(name, mode)
OSError: [WinError 123] The filename, directory name, or volume label syntax is incorrect: 'C:\\Users\\ruibm\\Desktop\\SugerTests\\sugarfine_C:'

not really sure why it happens nor how to fix it. Would appreciate any help

Thanks

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