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
At first you appended an additional column of all 0's in one-hot coding and then removed it. It seems to me you only need a single call of K.one_hot to replace L14-16. Or, did I miss something?
The text was updated successfully, but these errors were encountered:
See code:
Keras-FCN/utils/loss_function.py
Line 14 in 35afe12
Keras-FCN/utils/loss_function.py
Line 15 in 35afe12
Keras-FCN/utils/loss_function.py
Line 16 in 35afe12
At first you appended an additional column of all 0's in one-hot coding and then removed it. It seems to me you only need a single call of
K.one_hot
to replace L14-16. Or, did I miss something?The text was updated successfully, but these errors were encountered: