Tacotron2: tensorboardX TypeError: Cannot handle this data type

Created on 21 Jul 2019  路  4Comments  路  Source: NVIDIA/tacotron2

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

All 4 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

aaronlex picture aaronlex  路  5Comments

geneing picture geneing  路  4Comments

yliess86 picture yliess86  路  6Comments

shreyesh-ziro picture shreyesh-ziro  路  3Comments

deli666 picture deli666  路  5Comments