We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
的确没必要,这个程序写的啰说了,还没有softmax
Sorry, something went wrong.
hi,我用keras,backend 用TensorFlow。 请问,我用这个code,要的是下面的这个么
func_fl = focal_loss(labels, model_out, fl_gamma, fl_alpha)
还是这一行
loss = tf.reduce_mean(func_fl)
谢谢。
您好,想请问一下分类所用损失函数是tf.nn.sparse_softmax_cross_entropy_with_logits,可否直接将这个函数换做focal-loss,其中的label和logits直接用呢?谢谢~
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: