-
Notifications
You must be signed in to change notification settings - Fork 772
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PDEOperatorCartesianProd supports forward-mode AD (#1903)
- Loading branch information
Showing
1 changed file
with
54 additions
and
16 deletions.
There are no files selected for viewing
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
b0d239b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Subject: Error Encountered After Recent Code Modification
Dear Jerry,
I hope this message finds you well. I am currently working on a DeepONet model, and I encountered an issue following the recent modification to your code in
pde_operator.py
.The error message I received is as follows:
This error occurs when I attempt to train the model using the following code:
I would greatly appreciate any guidance you could provide on how to resolve this issue.
Thank you for your assistance!
Best regards,
Ahmad
TypeError Traceback (most recent call last)
in <cell line: 167>()
b0d239b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. Fixed at #1925