-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Hi, Thanks for your code!!
extractor was not included in the optimizer parameter.
So, I think the extractor was only used for inference, but wonder why used train().
In this case, batch_norm different results than eval().
because running_mean, running_var changed when train().
Line 148 in 5307795
| self.extractor.train() |
Line 207 in 5307795
| self.extractor.train() |
Line 78 in 5307795
| self.optimizer = optim.Adam(self.autoencoder.parameters(), lr=self.lr, weight_decay=0) |
Metadata
Metadata
Assignees
Labels
No labels