XcyMaster

Results 9 comments of XcyMaster

> Encountered the same problem, > Audios_tf = tf.placeholder(tf.float32, shape=[batch_size, None], name='1_input') > Preds_th, loss_th = sess.run((preds, loss), feed_dict={labels_tf: np.array(y_test), audios_tf: np.array(audios_np)}) > Traceback (most recent call last): > File...

> I solved it. In sess, the normalized place went wrong. > mean, var = tf.nn.moments(m, axes=[2]) leads to tf.nn.batch_normalization(x=m, mean=mean, variance =var, offset=shift, scale=scale, variance_epsilon=0) The data does not...

hi,I just met the same problem with you,but my tensorflow path is corresponds to the path in tf_sampling_compile.sh. Can you help me? thanks a lot. ![2019-11-08 19-49-11屏幕截图](https://user-images.githubusercontent.com/48984931/68474713-225fac00-0261-11ea-8d6d-91508a771f52.png)

![2019-11-08 19-49-11屏幕截图](https://user-images.githubusercontent.com/48984931/68474748-40c5a780-0261-11ea-8ed8-e0e448bd2f08.png)

![2019-11-08 19-49-11屏幕截图](https://user-images.githubusercontent.com/48984931/68474785-5b981c00-0261-11ea-8ba9-488277e48ac3.png)

Have you sloved it? I got the same trouble

hey guys ,Have you got it? I want a copy,too. Can you send me? my email [email protected]. Thanks a lot.

请问你解决了这个报错吗?我也遇到了同样的问题

well , bro ,I just met the same problem , have you slove it? py3.6+tf1.14 ![2020-08-07 18-43-46屏幕截图](https://user-images.githubusercontent.com/48984931/89638176-f3549480-d8dd-11ea-9504-02b6dd9fc0f6.png)