Kyubyong / tacotron

A TensorFlow Implementation of Tacotron: A Fully End-to-End Text-To-Speech Synthesis Model
Apache License 2.0
1.83k stars 436 forks source link

Increase the rank by on last dimension #62

Closed candlewill closed 7 years ago

candlewill commented 7 years ago

As the data_format='NHWC' as default, we should increase the rank of input tensor to 4 on the last dimension.

Kyubyong commented 7 years ago

No, we should create a H dimension if the rank is 3.

candlewill commented 7 years ago

Yes.