Integration of TensorBoard in DeepXDE. #1577
Unanswered
vassilismin
asked this question in
Q&A
Replies: 1 comment
-
|
I don't see why it is not possible to integrate Tensorboard. But I don't have much experience with TensorBoard. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone!
I'm wondering if it is possible to exploit the tensorboard for the deepxde models. Looking into the deepxde documentation, the callbacks do not contain the tensorboard callback. I also tested to use import it from tensorflow and add this ass callback in my deepxde model but it returned the following error
AttributeError: 'Model' object has no attribute 'distribute_strategy'.So, is it possible to integrate Tensorboard? If yes do you have any tips to accomplish that?
Beta Was this translation helpful? Give feedback.
All reactions