Holden Lee

Results 2 issues of Holden Lee

I can't get `reshape` to work. In the tensorflow-mnist example (https://github.com/tensorflow/haskell/blob/master/tensorflow-mnist/app/Main.hs) if I replace ``` let hiddenZ = (images `TF.matMul` hiddenWeights) `TF.add` hiddenBiases ``` with ``` let hiddenZ = ((TF.reshape...

The dependency for caffegraph is base==4.7.*. Any chance of updating it to install with base-4.8.*?