-
Notifications
You must be signed in to change notification settings - Fork 8
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
Train Thompson microphysics proxy #98
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Usage: ./build/run-fpm.sh run train-cloud-microphysics -- \ --base <string> --epochs <integer> \ [--start <integer>] [--end <integer>] [--stride <integer>] where angular brackets denote user-provided values and square brackets denote optional arguments.
for initial processing of the cost.plt plot file
indent code inside associate construct in read_train_write subroutine
At time step 720, all qi input/output values are zero so this commit removes qi from the input and output tensors.
This commit adds a training_configuration.json file that yields a monotonically decreasing cost function: ./build/run-fpm.sh run train-cloud-microphysics -- \ --base training --epochs 10 --start 720 ... Epoch Cost (avg) 1 0.121759593 2 1.61784310E-02 3 5.31613547E-03 4 2.68347375E-03 5 1.63242721E-03 6 1.11283606E-03 7 8.27088661E-04 8 6.59517595E-04 9 5.56710584E-04 10 4.91619750E-04 Training time: 39.319034000000002 for 10 epochs System clock time: 353.68379099999999
work around a gfortran issue with associate constructs
This reverts commit 073c0ff.
fix(deploy-docs.yml) - use linuxbrew to install ford 7
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.