In "3.15.1.4.10. Importing Tensorflow Models" it is said that "TIDL supports slim based tensorflow models and only accepts optimized frozen graphs." What does slim based tf models mean?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
In "3.15.1.4.10. Importing Tensorflow Models" it is said that "TIDL supports slim based tensorflow models and only accepts optimized frozen graphs." What does slim based tf models mean?
Hi Mehmet,
Tensorflow Slim is lightweight high-level API of TensorFlow for defining, training and evaluating complex models, you can check here for TF-Slim documentation:
Regards,
Yordan