Skip to content

Feature: filter training data for maximal information entropy via flat multidimensional output-tensor histograms - #169

Merged
rouson merged 1 commit into
mainfrom
flat-distribution-training
Jul 8, 2024
Merged

Feature: filter training data for maximal information entropy via flat multidimensional output-tensor histograms#169
rouson merged 1 commit into
mainfrom
flat-distribution-training

Conversation

@rouson

Copy link
Copy Markdown
Contributor

This PR

  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 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.
@rouson
rouson merged commit 9a9fc0e into mainJul 8, 2024
@rouson
rouson deleted the flat-distribution-training branch July 8, 2024 05:07
Sign up for freeto 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

@rouson