Yapeng-Wang

Results 2 comments of Yapeng-Wang

I encountered the same problem in transfer learning. Despite I adopted these three lines code, I didn't solve it.Have you solved it? ``` backbone_model = EfficientNet.from_name('efficientneyot-b5') backbone_layers = torch.nn.ModuleList(backbone_model.children())[:-5] self.features...

> The model name is wrong, corrected it now. What is the error that you get? I wanted to use the pre-training model for transfer learning, so I intercepted the...