EfficientNet-PyTorch icon indicating copy to clipboard operation
EfficientNet-PyTorch copied to clipboard

Can not script the model with torchscript.

Open PhanThanhTrung opened this issue 3 years ago • 0 comments

I'm trying to script the EfficientNet module with torchscript but there's an error while MemoryEfficientSwish seems to be not supported with torchscript. Have anyone successfully scripted that module yet?

PhanThanhTrung avatar Sep 30 '22 08:09 PhanThanhTrung