-
Notifications
You must be signed in to change notification settings - Fork 52
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
A problem about NAN #20
Comments
same problem. I set
I think it is because LiviaNET/src/LiviaNet/startTraining.py Lines 129 to 162 in ac01462
I still try to figure out why LiviaNET/src/LiviaNet/startTraining.py Lines 129 to 138 in ac01462
|
Hi, it is a long time since last time I used this code, but I recall that this comes from the fact that there are 0 samples to process (typically from a wrong path pointing to the image files). Check whether the files can be found and loaded, and then why the number of samples is equal to 0. Best, |
Hi josedolz,
So sorry to bother you.
I am trying to use your network to do some experiment.
But I find that when I train my own model. The cost begin to become NAN after one train step.
I really don't know why. Did you meet the same problem before?
The parameter of the network is set as your paper's first architecture.(kernel 777, input 272727)
And I change the code to fit the Python3.
The text was updated successfully, but these errors were encountered: