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

Question abou main.py testset #8

Closed
lbg030 opened this issue Dec 8, 2022 · 1 comment
Closed

Question abou main.py testset #8

lbg030 opened this issue Dec 8, 2022 · 1 comment

Comments

@lbg030
Copy link

lbg030 commented Dec 8, 2022

Hi, thank you so much for your sharing your work.

main.py 44 line
testset = Loader2(is_train=False, transform=transform_test)

I think it works trainset, so should I fix it like this?
testset = Loader(is_train=False, transform=transform_test)

@seominseok0429
Copy link
Collaborator

yes. i will fix it. (It was a long time ago, so I'll check it out and let you know the results.)

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