-
-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Description
Hi,
Any tips to deal with overfitting? Can we add dropouts?
For example, in
torchcde/example/time_series_classification.py
Lines 37 to 42 in 9ff6aba
| def forward(self, t, z): | |
| # z has shape (batch, hidden_channels) | |
| z = self.linear1(z) | |
| z = z.relu() | |
| z = self.linear2(z) | |
| ###################### |
Can we add a dropout somewhere?
I am new to NeuralCDEs, apologies if I am missing anything obvious.
Metadata
Metadata
Assignees
Labels
No labels