EfficientNet-PyTorch
EfficientNet-PyTorch copied to clipboard
Can not script the model with torchscript.
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?