victorzhucompass

Results 2 issues of victorzhucompass

in fastai, if we convert loaded model to sequential: mode = EfficientNet.from_pretrained('efficientnet-b0') model1 = nn.Sequential(*list(chiuldren(model))) not able to train using learn.fit_one_cycle. reported error is NotImplementedError

This is great work. Thanks. Just wondering are there any particular reason the model does not include fully connected layers like VGG16 before softmax.