MMdnn icon indicating copy to clipboard operation
MMdnn copied to clipboard

Tensorflow has not supported operator [Elu] with name [elu1/Elu].

Open Zrufy opened this issue 4 years ago • 3 comments

Platform (like ubuntu 16.04/win10): Windows 10

Python version: 3.6

Source framework with version (like Tensorflow 1.4.1 with GPU):Tensorflow 1,14

Destination framework with version (like CNTK 2.3 with GPU):Onnx

Pre-trained model path (webpath or webdisk path):

Running scripts: mmtoir -f tensorflow -w model.pb --inNodeName input_1 --inputShape 224,224,3 --dstNodeName act_softmax/Softmax -o mobilenet

Zrufy avatar Jul 29 '20 09:07 Zrufy

@Zrufy , thank you very much for the feedback. Are you using TF mobilenet? It seems to use Relu6 only instead of Elu.

linmajia avatar Aug 03 '20 04:08 linmajia

I was trying to bring the ssd model of this project to pytorch or onnx. I encountered many difficulties. However I solved it by transforming the activations from elu to relu.

Zrufy avatar Aug 04 '20 08:08 Zrufy

Hi @Zrufy, would you like to share your original model with ELU?

JiahaoYao avatar Aug 08 '20 17:08 JiahaoYao