Replies: 1 comment 2 replies
-
The loss didn't drop too much, always ~1e-2. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to solve NS equation with some points.
reference
After train model many iterations, I try to get some prediction with my model, but no matter what the input is, the output of the network is the same.
Here is my code:
my data looks like this, points:0 is y, points:1 is x
loss_history are as follows:
I try to predict with train dataset, but got this:
I don't know why the loss stops dropping soon, and the predicted output is the same no matter what my input is
I have read the issues in Q&A and tried the following methods, but none of them solved my problem.
I don't know what went wrong£¨ can you guys give me some advice, thanks
Beta Was this translation helpful? Give feedback.
All reactions