modnet
modnet copied to clipboard
Problem for joint learning
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"