huggingface / tflite-android-transformers

DistilBERT / GPT-2 for on-device inference thanks to TensorFlow Lite with Android demo apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unrecognized FlexErf node in downloaded tflite model

devandong opened this issue · comments

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

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