We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我在pc端测试了ckpt跟pb模型的推理时间只要20多ms,转量化后的tflite在移动端却需要200多ms,请问这是为什么 ,移动端慢了那么多
The text was updated successfully, but these errors were encountered:
@ws-lin : 你这个tflite的文件是怎么生成的?我训练出来的模型是pb文件,然后我调用工程里面的'freeze_model.py'把pb文件转换为tflite文件,转换一只未成功,报错‘Unsupported op...’
Sorry, something went wrong.
No branches or pull requests
我在pc端测试了ckpt跟pb模型的推理时间只要20多ms,转量化后的tflite在移动端却需要200多ms,请问这是为什么 ,移动端慢了那么多
The text was updated successfully, but these errors were encountered: