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

keep getting OS error for classification. #18

Open
utkarsh0902311047 opened this issue Sep 23, 2023 · 0 comments
Open

keep getting OS error for classification. #18

utkarsh0902311047 opened this issue Sep 23, 2023 · 0 comments

Comments

@utkarsh0902311047
Copy link

(PyG_2) C:\Users\utkarsh\Documents\Adaptive GCN\AdaptConv-master-main\cls>python train.py
Traceback (most recent call last):
File "C:\Users\utkarsh\Documents\Adaptive GCN\AdaptConv-master-main\cls\train.py", line 233, in
init(args)
File "C:\Users\utkarsh\Documents\Adaptive GCN\AdaptConv-master-main\cls\train.py", line 68, in init
os.makedirs('models/'+args.name)
File "C:\Users\utkarsh\anaconda3\envs\PyG_2\lib\os.py", line 215, in makedirs
makedirs(head, exist_ok=exist_ok)
File "C:\Users\utkarsh\anaconda3\envs\PyG_2\lib\os.py", line 215, in makedirs
makedirs(head, exist_ok=exist_ok)
File "C:\Users\utkarsh\anaconda3\envs\PyG_2\lib\os.py", line 215, in makedirs
makedirs(head, exist_ok=exist_ok)
[Previous line repeated 4 more times]
File "C:\Users\utkarsh\anaconda3\envs\PyG_2\lib\os.py", line 225, in makedirs
mkdir(name, mode)
OSError: [WinError 123] The filename, directory name, or volume label syntax is incorrect: 'models/C:'

Can someone please guide me on how to resolve this issue?
Thank you

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