vl-dud
vl-dud
@jottoy check the parameter *decimals* in TableOne class
If you think it might cause any issues, then let's close this PR. But I spent a lot of time trying to figure out what the problem was with my...
> However, when trying to use this optimizer after setting the default precision to float64 Did you call `deepxde.config.real.set_float64()` right after `import deepxde`? If not, do it.
Can you show all the code?
> Check this #1113 These pull requests are certainly related, but in my opinion they are not the same thing. The current PR specifically concerns the duplication of points. The...
Could you show the code?
It seems that `tf.reduce_sum(dy_xx**2-y,axis=1)` is an incorrect representation of the integral for this problem.
I don't think deepxde is suitable for equations with integral. But I could be wrong
Why don't you just add this equation to the PDEs list?
> Do you use dropbox to prevent overfitting? Yes, I'm using dropout_rate right now during hyperparameter tuning. I'll write how useful it is in my case.