modern-fortran / neural-fortran

A parallel framework for deep learning
MIT License
395 stars 82 forks source link

Added Adam optimizer implementation #150

Closed Spnetic-5 closed 1 year ago

Spnetic-5 commented 1 year ago

Adam Implementation:

milancurcic commented 1 year ago

CI seems to have trouble downloading test files from GitHub. Not real failures; tests pass on my end.

milancurcic commented 1 year ago

@Spnetic-5, just checking, your latest commit message mentions the convergence test but the commit doesn't actually include the test.

Spnetic-5 commented 1 year ago

@Spnetic-5, just checking, your latest commit message mentions the convergence test but the commit doesn't actually include the test.

Sorry, forgot to push test file😅️

milancurcic commented 1 year ago

Thank you, @Spnetic-5, will merge. Please release v0.14.0 when ready.