Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 408 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 408 Bytes

1. Prepare Dataset and pretrained models for Hello World examples

pip install intel-tensorflow==2.3.0
python train.py

This script will generate a saved model and a frozen pb for you.

2. Hello World Examples

  • Frozen pb example: Please see tf1.x/README.md.

  • Saved model example: Please see tf2.x/README.md.

  • Quantize frozen pb only for performance: tf1.x_dummy/README.md.