Code
https://colab.research.google.com/drive/1tUfEGU7_OqZzq9pmkHBX6GUDyy3zHm6x
Using tensorboardX==1.1 trigger another error
https://github.com/NVIDIA/tacotron2/issues/149#issuecomment-512647989
I solve the ploblem following.
pip uninstall tensorboard
Do training processe after remove tensorboard...
In latest TensorboardX, default data format is "CHW" (I think it changed).
I solved this issue by changing data formats to "HWC". #239
Thanks
In latest TensorboardX, default data format is "CHW" (I think it changed).
I solved this issue by changing data formats to "HWC". #239
Where can I change it? Thanks
EDIT: ok, sorry, i just saw it in the commit that you want to merge in #239
Most helpful comment
In latest TensorboardX, default data format is "CHW" (I think it changed).
I solved this issue by changing data formats to "HWC". #239