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

Add ML coupling #14

Draft
wants to merge 18 commits into
base: datawave_ml
Choose a base branch
from
Draft

Add ML coupling #14

wants to merge 18 commits into from

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    fd6e669 View commit details
    Browse the repository at this point in the history
  2. WIP Adapt gw_drag.F90 to import ftorch and read in a net from file. T…

    …ODO: Move reading net to init routine.
    jatkinson1000 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    bed301e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7968fa9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b3ac3e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    16b53ac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dfd451d View commit details
    Browse the repository at this point in the history
  7. WIP add gw_ml file with starting point for a routine to run the ML pa…

    …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.
    jatkinson1000 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    0d334db View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    01950bc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fa35aed View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ca19081 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e6c77c8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4d352a5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8f9723c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    db3dd29 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    be8bea2 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. [DEBUG: Run net with ones as the input to compare to same operation u…

    …sing pure python (Same result obtained).]
    jatkinson1000 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    7795a76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bebcf7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de3b447 View commit details
    Browse the repository at this point in the history