Skip to content
New issue

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

Facing issue to convert pruned model to tflite model #10

Open
akshay9396 opened this issue Jul 28, 2023 · 0 comments
Open

Facing issue to convert pruned model to tflite model #10

akshay9396 opened this issue Jul 28, 2023 · 0 comments

Comments

@akshay9396
Copy link

I pruned the model and try to export that model into the tflite model but I got belo error.

TensorFlow SavedModel: starting export with tensorflow 2.13.0...

             from  n    params  module                                  arguments                     

0 -1 1 3520 models.common.Conv [3, 32, 6, 2, 2]
1 -1 1 18560 models.common.Conv [32, 64, 3, 2]

TensorFlow SavedModel: export failure: init() missing 3 required positional arguments: 'cv2out', 'cv3out', and 'bottle_args'

TensorFlow Lite: starting export with tensorflow 2.13.0...

TensorFlow Lite: export failure: 'NoneType' object has no attribute 'call'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant