Replies: 1 comment
-
I think not.
You can use Line 369 in 4e9a283 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently using DeepXDE for solving PDEs with a Physics-Informed Neural Network (PINN). I want to implement gradient clipping during the training process to stabilize the training and prevent exploding gradients. However, I couldn't find any direct reference to gradient clipping in the DeepXDE documentation or examples.
Could you please let me know:
I'm using the Adam and L-BFGS optimizers in my workflow, and the backend is TensorFlow.
Beta Was this translation helpful? Give feedback.
All reactions