Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.04 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.04 KB

Image Transformer

tensorflow CodeFactor CircleCI

Introduction

This TensorFlow implementation is designed with these goals:

How to Use

  • cifar10
python3 bin/train_estimator_cifar10.py --model-dir models/test

Prerequisite

Should install below libraries.

  • Tensorflow >= 1.11
  • opencv >= 3.0

And install below dependencies.

apt install -y libsm6 libxext-dev libxrender-dev libcap-dev
pip install -r requirements.txt