zzw922cn

Results 3 issues of zzw922cn

Hi, thank you for your very nice work! I have rerun this project, and it has run 90K steps. the loss_id_psnt is around 0.07. And I tried to feed into...

**code** tf.keras.layers.Bidirectional(tfa.layers.WeightNormalization(tf.keras.layers.GRU(units_gru, return_sequences=True)), merge_mode='concat') **problem** In Weight Normalization, there is no "go_backwards" argument, but Bidirectional needs such argument, so this line code met errors as following: ``` File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/keras/layers/wrappers.py", line...

Hello, when I run train_and_align without dictionary, I met such an error as following. It occurred after mono phone has been finished. ``` Creating dictionary information... Using previous MFCCs Number...