modnet icon indicating copy to clipboard operation
modnet copied to clipboard

Problem for joint learning

Open yqdleiyi opened this issue 1 year ago • 0 comments

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" image image

yqdleiyi avatar Dec 13 '24 10:12 yqdleiyi