-
Hi, Is DeePMD going to follow Tensorflow 1 Computational graph approach only for training? Is there any specific reason for not incorporating Tensorflow 2 Keras Library? |
Beta Was this translation helpful? Give feedback.
Answered by
njzjz
Feb 28, 2023
Replies: 1 comment
-
Graphs are still available in TF 2. It's faster than the eager execution. See https://www.tensorflow.org/guide/intro_to_graphs |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
AnuragKr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Graphs are still available in TF 2. It's faster than the eager execution. See https://www.tensorflow.org/guide/intro_to_graphs