- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
What is the effect of model optimizer on basic network with no dropout layers?
Regards
Mike
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear Mike,
Even if a model had dropout layers, Model Optimizer would handle them just fine. In the case of TensorFlow models, Model Optimizer would expect a frozen TensorFlow protobuf as input. The online document below is detailed documentation regarding how Model Optimizer performs its optimizations. Note that since dropout is a training technique which helps to resolve the problem of overfitting, from Model Optimizer's perspective, it doesn't care. Its algorithm removes any and all bits related to training anyway since OpenVino is all about inference, not training.
https://docs.openvinotoolkit.org/latest/_docs_MO_DG_prepare_model_Model_Optimization_Techniques.html
Hope it helps.
Thanks !
Shubha

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page