BigDataWUR / AgML-CY-Bench

CY-Bench (Crop Yield Benchmark) is a comprehensive dataset and benchmark to forecast crop yields at subnational level. CY-Bench standardizes selection, processing and spatio-temporal harmonization of public subnational yield statistics with relevant predictors. Contributors include agronomers, climate scientists and machine learning researchers.
https://cybench.agml.org/
Other
18 stars 8 forks source link

nn model fit params are not used #266

Closed krsnapaudel closed 4 months ago

krsnapaudel commented 4 months ago

Fit parameters, e.g. batch size and number of epochs, passed to fit are ignored. The call to train_model must use the params passed.

aikepotze commented 4 months ago

Could not reproduce bug. Changing fit parameters for LSTM produced expected results in multiple tests. Closing issue for now, will reopen if bug is encountered again.