Skip to content

Commit

Permalink
Add Paddle backend support to poisson_1d_pideeponet and heat_sample (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
HydrogenSulfate authored Aug 31, 2024
1 parent d0c5aa2 commit 7f1b87f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/operator/poisson_1d_pideeponet.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Backend supported: tensorflow.compat.v1, tensorflow, pytorch"""
"""Backend supported: tensorflow.compat.v1, tensorflow, pytorch, paddle"""
import deepxde as dde
import matplotlib.pyplot as plt
import numpy as np
Expand Down
2 changes: 1 addition & 1 deletion examples/pinn_forward/heat_resample.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Backend supported: tensorflow.compat.v1, tensorflow, pytorch"""
"""Backend supported: tensorflow.compat.v1, tensorflow, pytorch, paddle"""
import deepxde as dde
import numpy as np

Expand Down

0 comments on commit 7f1b87f

Please sign in to comment.