dmlc / tensorboard

Standalone TensorBoard for visualizing in deep learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tensorboard SummaryWriter

akhilesh-pandey opened this issue · comments

I am trying to run one code that I forked from here. This uses tensorboard as given in the following line:
logger = tensorboard.SummaryWriter('./log')
This throws an error saying :

AttributeError: module 'tensorboard' has no attribute 'SummaryWriter'

Any suggestions what should I do next?

@akhilesh-pandey I suggest https://github.com/awslabs/mxboard, the usage is quite similar. But make sure you have install mxboard or dmlc/tensorboard first.