huggingface / tflite-android-transformers

DistilBERT / GPT-2 for on-device inference thanks to TensorFlow Lite with Android demo apps
Apache License 2.0
395 stars 81 forks source link

unrecognized FlexErf node in downloaded tflite model #13

Open devandong opened 3 years ago

devandong commented 3 years ago

Hi, I'd like to download the default distilbert model with the link in download.gradle. It seems the model contains a FlexErf node, which causes failure when I try to run the model with the benchmark tool on a x86 CPU. I try to google this node but get little information. So what's this node about? Is ther any way to get a model which could run on platforms other than android phonse? image

dgrnd4 commented 2 years ago

@devandong do you find the answer about what is this node?

KilnOfTheSecondFlame commented 1 month ago

From a tensorflow issue, it's the Gaussian Error Function: https://github.com/tensorflow/tensorflow/issues/57721#issuecomment-1249326235

I propose to close this issue