mustafa böyük

Results 2 comments of mustafa böyük

hi I am getting TypeError: forward() takes 1 positional argument but 2 were given How can I solve this problem Efficient_b0 = EfficientNet.from_pretrained('efficientnet-b0') Efficient_b0 = nn.Sequential(*(torch.nn.ModuleList(Efficient_b0.children())[:-4])) x = torch.randn(4,3,224,224) print(Efficient_b0(x).shape)

> ./darknet detector map .data .cfg .weights I use that command but it didn't work for me and didn't show any report, file or ...