You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed each notebook has a prefix in the order of 000 to 400. For people trying to contribute and write a notebook for any model from this list, can we pick any scope we like and build for that?
000- hello world like notebooks: very small tutorials that help to quickly show how OpenVINO works.
100- OpenVINO tool tutorials: explain how to optimize and quantize notebooks.
200- OpenVINO model demos: demonstrate inference on a particular model.
300- Training notebooks: notebooks that include code to train neural networks.
400- Live demo notebooks: demonstrate inference on a live webcam.
Does this mean i can write a simple simple 200 level model showing inference or do i need to ensure i replicate the model authors' repo in the notebook in openvino?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've noticed each notebook has a prefix in the order of
000 to 400
. For people trying to contribute and write a notebook for any model from this list, can we pick any scope we like and build for that?000
- hello world like notebooks: very small tutorials that help to quickly show how OpenVINO works.100
- OpenVINO tool tutorials: explain how to optimize and quantize notebooks.200
- OpenVINO model demos: demonstrate inference on a particular model.300
- Training notebooks: notebooks that include code to train neural networks.400
- Live demo notebooks: demonstrate inference on a live webcam.Does this mean i can write a simple simple 200 level model showing inference or do i need to ensure i replicate the model authors' repo in the notebook in openvino?
Beta Was this translation helpful? Give feedback.
All reactions