1 min readDec 3, 2019
Following the #1913 issue mentioned, the key is to use tb-nightly, in colab, it’s a bit trail and error, and finally my way is:
# Install latest Tensorflow build
!pip uninstall tensorboard
!pip install grpcio==1.24.3
!pip install -q tf-nightly-2.0-preview
%reload_ext tensorboard