-
Notifications
You must be signed in to change notification settings - Fork 69
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
Possible minor fix needed in test_batch(...) #3
Comments
In the same vein, maybe forced predictions should not be called
This is with reference to the not-MNIST dataset inference |
I have executed the code under Spyder, with Pytorch v1. |
Thanks. I don't get this error. Is this a version issue? |
Plausible. I was unable to reproduce this issue with PyTorchv1 from conda
as well.
I suspect this is from minor version 1.x.x differences. Let's wait and see
if someone else come across this error as well?
…On Tue, 5 Feb 2019 at 10:50, Paras Chopra ***@***.***> wrote:
Thanks. I don't get this error. Is this a version issue?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADGaPVBNyWmBpGLLRJxt-OjPBXsqO5dYks5vKRSrgaJpZM4Yxvde>
.
|
Not blocking, as I have found a workaround. |
When working with random data,
multiple runs interrupted with this small snafu:
Consider add a try-except block to catch the
ZeroDivisionError
and handle this?Of course, this still drives your overall point correctly - but for someone simply skimming the code this might look like a bug.
The text was updated successfully, but these errors were encountered: