Replies: 7 comments 22 replies
-
Beta Was this translation helpful? Give feedback.
-
@Meng2077 Last week, I discovered something that may affect the use of the DropOut layers. The states from BatchNorm (for sure) but maybe also from Dropout layers were not correctly passed. Please make sure to merge main back into your branch or I would suggest to maybe not use the dropout for now. |
Beta Was this translation helpful? Give feedback.
-
With the following setup I get good pure NN & parameter learning results (e.g. predicting LUCAS SOC/BD test NSE; .55/.18):
I usually train with batch size 1000 for 100-200 epochs. On NN depth and width there is hyperparameter training necessary. Let me know if that works, or if you have any further questions :) |
Beta Was this translation helpful? Give feedback.
-
@BernhardAhrens Just a minor thing about early stopping. I fetched the current repo this morning and merged it. It looks like the iteration and loss updates now rely on |
Beta Was this translation helpful? Give feedback.
-
Somehow the data sparcity handling scheme in the train.jl doesn't work for me, which keeps giving NaN losses after the 1st epoch: ![]() Will work on it now. Maybe it's some mistake from my side.. |
Beta Was this translation helpful? Give feedback.
-
Preliminary results for Univariate Naive NN, Multivariate Naive NN, and NN living with Sparcity issue (SOCconc, BD and CF aren't complete). I will continue with getting familiar with Hybrid BD model. ![]() |
Beta Was this translation helpful? Give feedback.
-
If I remember correctly, we wrote the Hybrid BD model before I implemented the generic hybrid model definition framework. Check here for an example https://earthyscience.github.io/EasyHybrid.jl/stable/get_started |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
@Meng2077 You can add images (plots) here if you want us to have a look. And in general discuss specific issues if needed.
Beta Was this translation helpful? Give feedback.
All reactions