Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More robust Adam optimizer test #134

Merged
merged 2 commits into from
Mar 16, 2024
Merged

More robust Adam optimizer test #134

merged 2 commits into from
Mar 16, 2024

Conversation

rouson
Copy link
Contributor

@rouson rouson commented Mar 16, 2024

No description provided.

This commit reorders the arguments in the call to the intrinsic
subtoutine random_init so that if the keywords are dropped at some
point, the call will retain its current meaning.
This commit increases the number of epochs in the Adam optimizer
test so that the test is less sensitive to the specific
pseudo-random number sequence employed in initializing the network.
This enables the NAG 7.1 compiler to pass without requiring the
the Fortran 2018 random_init subroutine, which the recently
released 7.2 compiler supports, enabling the 7.2 release to
generate a repeatable pseudo-random number sequence.
@rouson rouson merged commit e120271 into main Mar 16, 2024
4 checks passed
@rouson rouson deleted the more-robust-adam-test branch March 16, 2024 03:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant