DynaDojo / dynadojo

An Extensible Benchmarking Platform for Scalable Dynamical System Identification
https://dynadojo.github.io/dynadojo/
MIT License
14 stars 11 forks source link

feat: modified fit() function in aug_ode, dmd, dnn_keras, lr, ode algorithm for issue #109 #110

Closed sameerashahh closed 1 month ago

sameerashahh commented 1 month ago

changed train_losses to train_loss, and val_losses to val_loss in fit() function of aug_ode, dmd, dnn_keras, lr, ode algorithms to maintain consistency.