-
We have an ACAP application using TensorFlow model running within Axis Q1615 with TPU chip. We are planning to use Axis P3267-LVE with DNN chip. Is it possible to run our existing TF model on the Axis P3267-LVE with DNN chip. Will TF model run on DNN chip if not what should be done to support TF model in Axis P3267-LVE. |
Beta Was this translation helpful? Give feedback.
Answered by
Corallo
Aug 2, 2022
Replies: 1 comment 6 replies
-
Hello @rafiomeon Yes, you will be able to port your model from Q1615 to P3267. The only difference is that in P3267 you won't need to convert your tflite model to edgeTPU, you can load directly the tflite model. |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
Corallo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @rafiomeon
Yes, you will be able to port your model from Q1615 to P3267. The only difference is that in P3267 you won't need to convert your tflite model to edgeTPU, you can load directly the tflite model.