Xu. Liang

Results 2 comments of Xu. Liang

![image](https://user-images.githubusercontent.com/49357144/174775489-b62ed657-efba-4ff0-b962-6af90de45e4c.png) I tried train two DeepONet to solve the problem like this...

``` # build a net then train it. def periodic(inputs): # just a function inputs *= 2 * np.pi out = tf.concat([tf.cos(inputs), tf.sin(inputs), tf.cos(2 * inputs), tf.sin(2 * inputs)], 1)...