ODINN-SciML / MassBalanceMachine

Global machine learning glacier mass balance model, capable of assimilating all sources of glaciological and remote sensing data
MIT License
14 stars 11 forks source link

Make MBM reproducible #52

Closed marvande closed 1 month ago

marvande commented 1 month ago

Some places are missing random states, and it would be good to have a shared seed that is initialized once and used in all random processes.

marvande commented 1 month ago

For now, added a random seed to dataloader and the ML model as an attribute, but might change this later so that it needs to be an attribute only once.