Currently when we want to do joinTraining we call the JointTrain and pass the classifiers that we want to train jointly. We better to extend Learnable to IBTLearnable and call joinTrain when we call learn() in that case of extended Learnable s. This will be according to the syntax that I am going to write in the paper.
Currently when we want to do joinTraining we call the JointTrain and pass the classifiers that we want to train jointly. We better to extend Learnable to IBTLearnable and call joinTrain when we call learn() in that case of extended Learnable s. This will be according to the syntax that I am going to write in the paper.