tensorflow-mnist-0.1.0.1: TensorFlow demo application for learning MNIST model.
Safe HaskellSafe
LanguageHaskell2010

TensorFlow.Examples.MNIST.TrainedGraph

Description

Paths to test helper files.

Synopsis

Documentation

mnistPb :: IO FilePath Source #

File containing a Tensorflow serialized proto of MNIST.

wtsCkpt :: IO ByteString Source #

Files containing pre-trained weights for MNIST.

biasCkpt :: IO ByteString Source #

Files containing pre-trained weights for MNIST.