ljk1072911239

Results 3 comments of ljk1072911239

> Here is sample of how I used it for 5 class classification. > > ```python > #load model and define number of classes > model = EfficientNet.from_pretrained('efficientnet-b7', num_classes=5) >...

> Same as the other archs Do you have the example code for multi labels classification? Thank you!

> I added a few lines to download the L_16 pretrained model (and the others not included in here) and make it compatible with the rest of this implementation: >...