lspvic / jupyter_tensorboard

Start Tensorboard in Jupyter Notebook
MIT License
460 stars 81 forks source link

No "Projector" in TensorBoard menu #61

Open tranhungnghiep opened 4 years ago

tranhungnghiep commented 4 years ago
tensorboard version: 2.1.1
tensorflow version: 2.1.0
jupyter_tensorboard version: 0.2.0

After upgrade jupyter_tensorboard version: 0.2.0, there is no "Projector" item in the upper-right menu of TensorBoard UI. TensorBoard running directly still works fine. Downgrading does not help because of other errors, incompatible with tensorboard/tensorflow 2.0.

summer-yang7 commented 3 years ago

I have the same problem,have you fixed it?

tranhungnghiep commented 3 years ago

@yangchongxuan Unfortunately not, I ended up running tensorboard commandline manually.

cliffwoolley commented 3 years ago

https://github.com/lspvic/jupyter_tensorboard/pull/63 should fix the projector plugin, among other things.