forked from ESCOMP/CAM
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add ML coupling #14
Draft
jatkinson1000
wants to merge
22
commits into
datawave_ml
Choose a base branch
from
coupling
base: datawave_ml
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Add ML coupling #14
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
jatkinson1000
added
the
Fortran
This is an issue on the Fortran/CAM side of the coupling project
label
Aug 6, 2024
jatkinson1000
force-pushed
the
coupling
branch
2 times, most recently
from
August 19, 2024 10:37
aa106e6
to
8cb0e6c
Compare
jatkinson1000
force-pushed
the
datawave_ml
branch
from
August 19, 2024 13:05
fa91766
to
1c06bf3
Compare
…ODO: Move reading net to init routine.
…rameterisation via FTorch. * Implements reshaping of the data to the form expected by the net as a starting point. * Consider using torch layout argument to avoid transposition at a later date. * Does not implement any normalisation of features as we need to discuss how to do this on a chunked grid when data is provided for the global grid. * Not currently called from anywhere.
…variables from file.
jatkinson1000
force-pushed
the
coupling
branch
from
August 19, 2024 14:22
fd4959b
to
ea1a964
Compare
…nd finalize routines.
jatkinson1000
force-pushed
the
coupling
branch
from
August 19, 2024 16:50
ea1a964
to
be8bea2
Compare
…sing pure python (Same result obtained).]
…er than running the physics scheme beforehand.
Before merging need to:
|
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 adds a coupling routine that calls the neural net to close #13
It is currently WIP.