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

Couple CAM to loaded NN #13

Open
6 tasks
jatkinson1000 opened this issue Jun 17, 2024 · 0 comments · May be fixed by #14
Open
6 tasks

Couple CAM to loaded NN #13

jatkinson1000 opened this issue Jun 17, 2024 · 0 comments · May be fixed by #14
Assignees
Labels
Fortran This is an issue on the Fortran/CAM side of the coupling project

Comments

@jatkinson1000
Copy link
Member

Once #11 is complete there will be a neural net loaded ready to be run for inference.

To use this we need to:

  • Write an interface function to be called instead of the existing scheme that will implement the NN
    • Concatenate the data as required into the expected input format - requires help from @surbhigoel77
    • Transform this reshaped/concatenated data into a torch tensor
    • Run the NN
    • Deconcatenate the returned data into physical variables
    • Use the variables as appropriate in the ptend updates

Generation of output data should come after this.

@jatkinson1000 jatkinson1000 added the Fortran This is an issue on the Fortran/CAM side of the coupling project label Jun 17, 2024
@jatkinson1000 jatkinson1000 self-assigned this Jun 17, 2024
@jatkinson1000 jatkinson1000 linked a pull request Aug 6, 2024 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fortran This is an issue on the Fortran/CAM side of the coupling project
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant