Replies: 1 comment 1 reply
-
Unfortunately, autokeras cannot support it now. One way you can do now is to use TensorBoard, we can support that in the callbacks in fit. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I want to create simple graph to see the overfitting of model based on record of training loss values and metrics values on each epoch.
in tensorflow or keras i can get this kind information from resulting value of Model.fit function based on history attribute.
however, in autokeras to get this i think it would be analog using fit function, but, my history variable is empty.
I still confuse, about this, how to get record of training loss values and metrics values in autokeras?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions