From d7de0e714868e15f4ace506b62bfc756909b94ea Mon Sep 17 00:00:00 2001 From: Nick Felt Date: Thu, 25 Apr 2019 13:25:42 -0700 Subject: [PATCH] Update TF 2.0 FAQ to link to TensorBoard TF 2.0 tutorial --- sigs/testing/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sigs/testing/faq.md b/sigs/testing/faq.md index e707e6bef..615158b97 100644 --- a/sigs/testing/faq.md +++ b/sigs/testing/faq.md @@ -48,7 +48,7 @@ Yes. Estimators will still be available and supported in TF 2.0. Links to the AP **Can I use TensorBoard with TF 2.0? With Keras in TF 2.0?** -Yes. We even have TensorBoard support in Colab and in Jupyter notebooks. Check it out [here](https://www.tensorflow.org/guide/summaries_and_tensorboard). +Yes. We even have TensorBoard support in Colab and in Jupyter notebooks. Check it out [here](https://www.tensorflow.org/tensorboard/r2/get_started). **Is there a 1:1 relationship between stand-alone Keras and tf.keras?**