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
Thanks for your sharing. I want to know what array_ops.where means. Is it similar to tf.where?
Besides, I use it for SSD-Tensorflow, and loss is very high. I make some changes.
I‘m sorry for my late reply. tf.where actually is a wrapper for array_ops.where function.
I don't know your target_tensor type, you just need replace your original loss function using the focal loss function.
Thanks for your sharing. I want to know what array_ops.where means. Is it similar to tf.where?
Besides, I use it for SSD-Tensorflow, and loss is very high. I make some changes.
Could you tell me why?
The text was updated successfully, but these errors were encountered: