Hi, Any tips to deal with overfitting? Can we add dropouts? For example, in https://github.com/patrick-kidger/torchcde/blob/9ff6aba4738989dc5fe3aee86d45812c318f6231/example/time_series_classification.py#L37-L42 Can we add a dropout somewhere? I am new to NeuralCDEs, apologies if I am missing anything obvious.
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
Can we add a dropout somewhere?
I am new to NeuralCDEs, apologies if I am missing anything obvious.