videogames.ai Blog About Hardware guide

How to run cifar10 and alexnet

git clone https://github.com/tensorflow/models.git
pip3 install tensorflow_datasets
cd models/tutorials/image/cifar10
python3 ./cifar10_train.py
python3 ./cifar10_eval.py
cd models/tutorials/image/alexnet
python3 ./alexnet_benchmark.py