Open opencomvis opened 1 year ago
Is the a way to use the libaray for pretrained model? suppose that I have 4 alreay trained models, and I want to just ensemble them.. Is there a way to do that ?
Hi @opencomvis, if your models are independently trained, i think it would be much easier to use a single loop to average predictions over them :-)
Is the a way to use the libaray for pretrained model? suppose that I have 4 alreay trained models, and I want to just ensemble them.. Is there a way to do that ?