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

Validation #7

Open
dfrumkin opened this issue Jul 3, 2022 · 1 comment
Open

Validation #7

dfrumkin opened this issue Jul 3, 2022 · 1 comment

Comments

@dfrumkin
Copy link

dfrumkin commented Jul 3, 2022

I see that you have validation turned off in your training script:

Moreover, the code would not work because of

from albumentations.augmentations import functional as F

This should be

from albumentations.augmentations.geometric import functional as F

because that's where resize() is located.

Now, the question: did you use those validation augmentations to come up with the training schedule? How important are they?

@XavierCHEN34
Copy link
Collaborator

I just remove the validation from the code provided by RITM.
I do not make validation during training because it could not indicate the evaluation performance. Instead, I save the visualization results during training and observe the losses.

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