Can I use TensorBoard with Google Colab?

前端 未结 19 2957
滥情空心
滥情空心 2020-11-27 10:43

Is there any way to use TensorBoard when training a TensorFlow model on Google Colab?

19条回答
  •  难免孤独
    2020-11-27 11:07

    TensorBoard works with Google Colab and TensorFlow 2.0

    !pip install tensorflow==2.0.0-alpha0 
    %load_ext tensorboard.notebook
    

提交回复
热议问题