-
Can I add a new activation function to change the activation function in the trunk net?
Thank you very much if you can answer the questions!
![C3057647-0B50-4C7F-82B2-1A939D82C434](https://use…
-
How to fix this problem?
raceback (most recent call last):
File "D:/Desktop/Codes/deeponet-master/deeponet-master/src/deeponet_pde.py", line 285, in
main()
File "D:/Desktop/Codes/deepon…
-
Hello @lululxvi and all other contributors,
thank you for the great work and continuous support!
I have a couple of questions about DeepOnet:
1. Is there an example for using DeepXDE's DeepOn…
-
Hi, thank you for your nice work and code!
I have a few questions about the code.
1. In your PI_DeepONet_pendulum.ipynb,the input of branch net is u_train, the input of trunk net is y_train, and t…
-
In https://github.com/SciML/NeuralOperators.jl/blob/master/src/DeepONet.jl#L122-L124, multi-dimensional input grid is handled using an Argument error. Is there a reason this was done this way?
Als…
-
Hello, professor. I have some porblem.What's the way you coded?
I have the following error while running the code.
Traceback (most recent call last):
File "E:/DeepONet/deeponet-master/src/deepo…
-
when I try to reproduce the results of SDE's figure in deeponet's paper,I found that the line **62** of deeponet.py is wrong, it will prouduce a matrix with size (batchsize,batchsize), but we need (b…
-
Great job! I wish that I had seen this earlier.
I would like to recommend
1. [When and why PINNs fail to train: A neural tangent kernel perspective](https://arxiv.org/abs/2007.14527)
2. [On the e…
-
Hi,
I would like to use DeepOnet to analyze a dataset that consists of measurements done in several locations simultaneously. Thus, the shape of the input array is `[time_points, spatial_coordinate…
-
The links in the readme to Fourier neural operator (https://github.com/SciML/NeuralOperators.jl/blob/main/src/model.jl), Markov neural operator (https://github.com/SciML/NeuralOperators.jl/blob/main/s…