Commit Graph

3 Commits

Author SHA1 Message Date
Greg Steuck e511f49828 Create a separate TensorProtoLens class.
Only a handful of types had sensible tensorVal implementations.
This is now evident in type signatures at the expense of them
being more verbose.
2016-11-02 16:16:16 -07:00
fkm3 03a3a6d086 Misc MNIST example cleanup (#9)
* Use native oneHot op in the example code. It didn't exist when this was originally written.
* Misc cleanup in MNIST example

- Use unspecified dimension for batch size in model. This simplifies the
  code for the test set.
- Move error rate calculation into model.
2016-10-26 11:14:38 -07:00
Greg Steuck 67690d1499 Initial commit 2016-10-24 19:26:42 +00:00