deepspeech.mxnet icon indicating copy to clipboard operation
deepspeech.mxnet copied to clipboard

from tensorboard import SummaryWriter failed in train.py

Open rongzha1 opened this issue 6 years ago • 2 comments

from tensorboard import SummaryWriter Traceback (most recent call last): File "", line 1, in ImportError: cannot import name SummaryWriter

tensorboard (1.6.0) failed import SummaryWriter I use tensorboardX (1.1) instead, and changed it to from tensorboardX import SummaryWriter. It works well.

rongzha1 avatar Mar 15 '18 06:03 rongzha1

Thank you for finding this error, we had no time to confirm it until now, you helps our project very much, thank you! I can also confirmed it today, again thank you for reporting us and we will fix it soon.

Soonhwan-Kwon avatar Jun 18 '18 07:06 Soonhwan-Kwon

use tensorboardX and change to from tensorboardX import SummaryWriter will fix this bug.

xinyu-intel avatar Sep 28 '18 15:09 xinyu-intel