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

# on valid_dataloaders for train valid_gt_encoder #140

Open
SolicTous opened this issue Jul 31, 2024 · 1 comment
Open

# on valid_dataloaders for train valid_gt_encoder #140

SolicTous opened this issue Jul 31, 2024 · 1 comment

Comments

@SolicTous
Copy link

  1. Why you commented valid_gt_encoder validation from valid_dataloaders, and made it on train_dataloaders?
  2. And here is commented net.eval(), so what is the reason?
@Maozhentan2024
Copy link

2.Not calling net.eval(): The model remains in training mode during validation, which may lead to unstable model outputs because Dropout and Batch Normalization layers operate according to the training mode.

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