-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running on MNIST #10
Comments
Having the same problem here.....it seems that we need to modify other parameter to run on MNIST |
hello, based on MNIST, i found the non-linear function is using relu while the range of bins is [-1,1] |
@gladiator8072 I was thinking the same. I opened an issue for that. |
Hi, the code doesn't support to estimate the mutual information in MNIST with ReLU activation. You can find several papers that try to do it. For example this one. |
Hi,
I was trying to run this on the MNIST data-set, but setting
-d_name MNIST
does not seem to work. What's the right parameter I must pass in?The text was updated successfully, but these errors were encountered: