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
Current cross entropy cost layer doesn't support for pixel classification job.
We can implement this layer by reusing Matrix::oneHotCrossEntropyBP , Matrix::oneHotCrossEntropy and switch order function.
The text was updated successfully, but these errors were encountered:
Current cross entropy cost layer doesn't support for pixel classification job.
We can implement this layer by reusing
Matrix::oneHotCrossEntropyBP
,Matrix::oneHotCrossEntropy
and switch order function.The text was updated successfully, but these errors were encountered: