Ming
Results
2
issues of
Ming
Hi, I saw that everyone change their segment_size when use different sampling_rate. I want to know that: ` How to set segment_size in different sampling_rate? Is there any mathematical formula...
我发现dssm下的graph.h 函数cosine: def cosine(p, h): p_norm = tf.norm(p, axis=1, keepdims=True) h_norm = tf.norm(p, axis=1, keepdims=True) 上面的h_norm应该是使用”h“而非"p"吧?