You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: