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

main.py args has problem #1

Open
guang1220 opened this issue May 11, 2022 · 1 comment
Open

main.py args has problem #1

guang1220 opened this issue May 11, 2022 · 1 comment

Comments

@guang1220
Copy link

guang1220 commented May 11, 2022

main.py at line63
args.test_dir = os.path.join(args.data_dir, args.datatest, "test")
should be
args.test_dir = os.path.join(args.data_dir,args.dataset, "test")

@cuis15
Copy link
Owner

cuis15 commented May 11, 2022

Hi guang:
Sorry for this writting error😂.
thanks for pointing out this typo error. I have fixed it.

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