Skip to content

Latest commit

 

History

History
 
 

tensorflow_toolkit

Training Toolbox for TensorFlow

Training Toolbox for TensorFlow provides a convenient environment to train Deep Learning models and convert them using OpenVINO™ Toolkit for optimized inference.

Pre-requisites

Setup

  1. Install requirements
pip3 install cython
sudo apt install 2to3 protobuf-compiler
  1. Download submodules
cd openvino_training_extensions
git submodule update --init --recommend-shallow external/cocoapi external/models
  1. Compile Protobuf libraries
cd openvino_training_extensions/external/models/research/
protoc object_detection/protos/*.proto --python_out=.

Models

After installation, you are ready to train your own models, evaluate them, use them for predictions.