Feature: filter training data for maximal information entropy via flat multidimensional output-tensor histograms#169
Merged
Conversation
This commit 1. Adds cloud-microphysics/app/train-on-flat-distribution.f90, which takes the same command-line arguments as train-cloud-microphysics.f90 plus a new --bins argument that sets the number of bins to be used in each direction in phase space (i.e., output variable) when filtering training data so that each bin is occupied by at most one data point (i.e., one input/output tensor pairing). 2. Works around a compiler bug that prevents the use of the new activation_factory_method function on the right-hand side of intrinsic assignments in inference_engine_t user-defined structure constructors.
This file contains hidden or 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
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.
This PR