Multi-Output Multi-Class Keras Model
问题 For each input I have, I have a 49x2 matrix associated. Here's what 1 input-output couple looks like input : [Car1, Car2, Car3 ..., Car118] output : [[Label1 Label2] [Label1 Label2] ... [Label1 Label2]] Where both Label1 and Label2 are LabelEncode and they have respectively 1200 and 1300 different classes. Just to make sure this is what we call a multi-output multi-class problem? I tried to flatten the output but I feared the model wouldn't understand that all similar Label share the same