Open koo-ec opened 3 years ago
Go to Dirichlet_SOS function and remove the remove parameter 't' from def Dirichlet_SOS(y, alpha, t). This isn't used anywhere in the loss function and calling the function without this parameter in model.compile, gives you an error..
When I remove the parameter t, I try to run this code. But I found that the running result is always the third type with the greatest probability. Does anyone know how to solve this problem? @Asad-799 @koo-ec @aamini
First of all, thanks for your valuable contribution. The EDL concept is interesting.
I have tried the EDL for a simple classification task like:
However, I got the following error:
I was wondering if you could kindly help me to fix this problem.