EfficientNet-PyTorch
                                
                                 EfficientNet-PyTorch copied to clipboard
                                
                                    EfficientNet-PyTorch copied to clipboard
                            
                            
                            
                        RuntimeError: ONNX export failed: Couldn't export Python operator SwishJitAutoFn
When I exported b7 to onnx: my env is torch 1.5, opset11.and I try other's version of torch or opset, it will meet other problems. someone meet this error? Please help. Thanks.
have you solved this issue? The collab notebook doesn't work either because of Swish not exported to ONNX
found it, solution is here: model.set_swish(memory_efficient=False) see https://github.com/lukemelas/EfficientNet-PyTorch/issues/91