Skip to content

Commit

Permalink
remove tensorboardX; use torch.utils.tensorboard
Browse files Browse the repository at this point in the history
  • Loading branch information
ntt123 committed Feb 10, 2020
1 parent 6d0635e commit 438b939
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion logger.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import random
import torch
from tensorboardX import SummaryWriter
from torch.utils.tensorboard import SummaryWriter
from plotting_utils import plot_alignment_to_numpy, plot_spectrogram_to_numpy
from plotting_utils import plot_gate_outputs_to_numpy

Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ numpy==1.13.3
inflect==0.2.5
librosa==0.6.0
scipy==1.0.0
tensorboardX==1.1
Unidecode==1.0.22
pillow

0 comments on commit 438b939

Please sign in to comment.