Luke Melas-Kyriazi

Results 60 comments of Luke Melas-Kyriazi

Cool, thanks for the response!

I'll leave it open as an enhancement, but feel free to close it at any time if you would like.

Thanks for this PR! Very interesting. I'll have to think about whether this should be integrated into the main repo or whether it should be a standalone repo. Either way,...

That feature vector still has spacial information, so you might try averaging over the spacial dimensions (e.g. use `torch.mean` to make the 1792x7x7-dim vector to a 1792-dim vector). Let me...

Great! Keep me updated. On Mon, Aug 26, 2019, 8:53 PM drjtan wrote: > yes, averaging works. However, I am not sure if the feature vectors > obtained this way...

Hi, I'm happy to help. Can you give a complete reproducible example?

Hello, Yes, this is expected because grouped convolutions in PyTorch are slow (the core devs are working on making them faster). See pytorch/pytorch#18631.

Now with #44 you can export to ONNX. That may help in terms of inference speed, as it actually compiles a graph.

What version of `efficientnet_pytorch` are you using?