Skip to content
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

got 'nan' loss #1

Closed
denny1108 opened this issue May 27, 2016 · 2 comments
Closed

got 'nan' loss #1

denny1108 opened this issue May 27, 2016 · 2 comments

Comments

@denny1108
Copy link

Hi david,

I ran the cluttered_mnist example based on your implementation of SPN. I used exactly the same data as you, and the same code. However, I got 'nan' loss somewhere during training. Do you have any idea about this.

Thanks,

@daviddao
Copy link
Owner

daviddao commented Jul 7, 2016

Hi denny,

tensorflow/models#181 solves the issue.
tl;dr: need to replace my softmax with tf build-in softmax.

I will also merge the updated version of my STN in TensorFlow/models with this version soon.

@daviddao
Copy link
Owner

daviddao commented Jul 7, 2016

Close with 65a67c6

@daviddao daviddao closed this as completed Jul 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants