Hi, thanks for the implementation!
I doubt if it is reasonable to use ReLU in both mean_net_dnn and bias_net_dnn. It might be reasonable for mean_net_dnn because the MOS value range is {1,...,5}, but I think we should allow negative bias values. Maybe tanh would be a better choice?
Hi, thanks for the implementation!
I doubt if it is reasonable to use ReLU in both
mean_net_dnnandbias_net_dnn. It might be reasonable formean_net_dnnbecause the MOS value range is {1,...,5}, but I think we should allow negative bias values. Maybe tanh would be a better choice?