issues
search
NWC-CUAHSI-Summer-Institute
/
dCFE
A differentiable Python version of NOAA-OWP / cfe using PyTorch, for research and development
MIT License
1
stars
0
forks
source link
finished the differentiable template
#1
Closed
taddyb
closed
1 year ago
taddyb
commented
1 year ago
What was done:
Created a template for adding a PyTorch agent for training models
The template uses the following data format
agents/ -> This is where the main wrappers for accessing your differentiable model live
data/ -> This is where all data accessing and object creation happens
models/ -> This is where your differentiable model lives
physics/ -> This is where your physics equations are stored via functions.
Tests:
Nothing. This is a template for @RY4GIT to add CFE.
Similar to the BMI wrapper, but we can train a model now
Notes:
Sending over for reivew
What was done:
Tests:
Notes: