-
Notifications
You must be signed in to change notification settings - Fork 87
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
i got enormous loss function #15
Comments
maybe it's because you don't have normalization like in DeconvNet.py? |
Note that this does occur in @fabianbormann When implementing the pipeline I basically maintained the original functionality of DeconvNet.py, however now that I'm looking at this again, it doesn't make sense to normalize in this way. This was probably from an initial attempt to make the model run without errors, but doesn't make sense as it's squashing all the labels to be from 0-20, when in fact they should be left as plain integers 0-20, with one label at 255. What's really needed is for the I am exploring different ways of dealing with this since I am publishing my own dataset, in some of which I also use void labels. The easiest solution for now if you just want to see this model run properly is to use data without void labels. I could upload some of my own TFRecords that don't use void labels to my fork if you want. |
there is no need, thank you. |
@oneOfThePeople I got the same result and error as you, for example: step 0 finished in 54.10 s with loss of 34369567400656896.0000,did you have solve this problem? |
Hi, |
@oneOfThePeople It's dosen't matter, thank you for your response,i am a student and noviciate in CNN |
please try the latest version e4d59e9 |
hi i run the code DeconvNetPipeline.py and while the traning i got something like this:
2017-01-26 15:01:00.156146: step 85, loss = 39709622646341632.00 (3.6 examples/sec; 2.809 sec/batch) 2017-01-26 15:01:03.019399: step 86, loss = 34950307108618240.00 (3.5 examples/sec; 2.863 sec/batch) 2017-01-26 15:01:05.870122: step 87, loss = 37934860555255808.00 (3.5 examples/sec; 2.851 sec/batch)
its error?
Also he break in the middle and because the line:
except tf.errors.OutOfRangeError:
what its mean?
thenk you
The text was updated successfully, but these errors were encountered: