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

Hello, thank you for your sharing. But my running is not normal. I don't know the reason. #1

Open
tianqingqian opened this issue Feb 6, 2018 · 1 comment

Comments

@tianqingqian
Copy link

Iter 1 of Epoch 2 labeling_cost 0.103619 targetspecific_cost 0.035066
Iter 1 of Epoch 2 labeling_cost 0.561946 targetspecific_cost nan

@tianqingqian
Copy link
Author

I slove this problem by modify the loss :
self.F1_loss = -tf.reduce_mean(self.y_ * tf.log(self.F1_out+1e-10))
self.F2_loss = -tf.reduce_mean(self.y_*tf.log(self.F2_out+1e-10))
self.Ft_loss = -tf.reduce_mean(self.y_*tf.log(self.Ft_out+1e-10))
but my acc is about 43%, could you give us your model and weight? Thank you very much.

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

1 participant