You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I follow instruction as the first popup in tensorboard shows for keras.
I've just tried using keras and I have a problem, keras set_session accept only session parameter (not the second). So I can't use this line:
I follow instruction as the first popup in tensorboard shows for keras.
I've just tried using keras and I have a problem, keras set_session accept only session parameter (not the second). So I can't use this line:
tfk.backend.set_session(tf_debug.LocalCLIDebugWrapperSession(tf.Session()), "computername:port")
I use
I tried also with tf.keras. Any suggestions?
The text was updated successfully, but these errors were encountered: