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

issue in one line..urgent ..please resolve #41

Open
bplm opened this issue Dec 7, 2020 · 1 comment
Open

issue in one line..urgent ..please resolve #41

bplm opened this issue Dec 7, 2020 · 1 comment

Comments

@bplm
Copy link

bplm commented Dec 7, 2020

train_data = CatsDogsDataset(train_list, transform=train_transforms)
** valid_data = CatsDogsDataset(valid_list, transform=test_transforms) ** #this one
test_data = CatsDogsDataset(test_list, transform=test_transforms)

in this line transform=val_transforms shoulb be there for valid_data , Am I correct1???

@niclaswue
Copy link

If I'm not mistaken, the transforms for validation and test set are exactly the same. Also, they should be the same as the validation accuracy would otherwise be meaningless if the val transforms would differ from the test set transforms.

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