Skip to content

Getting Started with MaTEx TensorFlow (Old)

Charles Siegel edited this page Mar 28, 2017 · 1 revision

Running AlexNet

mpi-tensorflow_alexnet.py is a script that will train AlexNet from scratch. It only takes two parameters --train_data and --test_data with the arguments a pair of PNetCDF files containing the ILSVRC2012 training and validation sets.

Clone this wiki locally