sporwar-lifesize
Results
2
comments of
sporwar-lifesize
@jmvalin : The Activation type in rnn_train.py for GRU (noise, vad and denoise) whereas the actual rnn_data.c file in src directory says RELU. Is there a mismatch from whats in...
I followed to change the my_crossentropy() to have the y_true as the first argument and y_pred as the second argument in def my_crossentropy(y_true, y_pred): return K.mean(2*K.abs(y_true-0.5) * K.binary_crossentropy(y_pred, y_true), axis=-1),...