-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
About Training Burgers ? I wonder why the coef won't be trained during the second call of train (train without L1) #9
Comments
Happy to see people using our code! After having identified the equation, we then retrain with the given equation without l1 penalty (like a PINN) to give an unbiased and possibly more accurate value for the coefficient. However, sometimes it already found a good estimate during the first run and it doesn't change after, as might be the case here. |
thank you! your work is very inspiring! happy to receive your reply (^▽^)❥ |
Actually in
which will reduce confusion for the newcomers |
We are trying to train the Burgers Equation:
In function train_deepmod, i wonder why the sparse_coef_vector won't be trained and changed in the second training (train with out L1) ?
It will be grateful if you could spare some time and help us figger out this problem, thank you !
we print out the coef vector that shows the problem
The text was updated successfully, but these errors were encountered: