Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 526 Bytes

File metadata and controls

11 lines (8 loc) · 526 Bytes

Tensorflow MNIST Classification With Summaries Example

This is Tensorflow MNIST image classification training container that outputs TF summaries. It uses convolutional neural network to train the model.

If you want to read more about this example, visit the official tensorflow documentation.

Katib uses this training container in some Experiments, for instance in the TFJob example.