Open austinmw opened 6 years ago
Ran into the same error, this is caused by using tf.keras together with tensorboardcolab
.
Either fix the imports and use the full keras library or patch tensorboardcolab to import the tf.keras module (made these changes in this fork. I needed to use the tf.keras
version, because I want to use TPU's for training.
You can find a bit more details at the question on Stackoverflow on this issue.
Hi, when I add this callback to a simple Keras script in Colab I get the error:
Any idea why?