Wavmix for the ESC50 dataset
Opened this issue · 1 comments
Jimmy2027 commented
Hello, thanks a lot for you amazing work and for publishing the code!
I was trying to run the ex_esc50.py
with wavmix=True
but got the error:
RuntimeError: "nll_loss_forward_no_reduce_cuda_kernel_index" not implemented for 'Double'
since when using wavmix the ground truth is not an integer anymore.
Would it not be more appropriate to use the KL-divergence as loss function instead of the crossentropy?