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 tried to implement joint learning with custom loss function, and I tried to add multiple loss function for multiple labels. I thought it should work well on MODNet since there is a good example on tf.keras.loss and it's the same in MODNet library. However, it could only work in simple MODNet model, not the model based on FitGenetic. What's wrong with it? The error for FitGenetic case is "no such type as list"
The text was updated successfully, but these errors were encountered:
I tried to implement joint learning with custom loss function, and I tried to add multiple loss function for multiple labels. I thought it should work well on MODNet since there is a good example on tf.keras.loss and it's the same in MODNet library. However, it could only work in simple MODNet model, not the model based on FitGenetic. What's wrong with it? The error for FitGenetic case is "no such type as list"
The text was updated successfully, but these errors were encountered: