ajtulloch / dnngraph

A DSL for deep neural networks, supporting Caffe and Torch
http://ajtulloch.github.io/dnngraph
Other
699 stars 59 forks source link

support tensorflow #15

Closed silky closed 8 years ago

silky commented 8 years ago

do you think it would be a good idea to try and make this library output tensorflow code? (or best left to an entirely new library wrapping up the c++...?)

if so, i'm happy to have a go at it.

silky commented 8 years ago

i think i've decided to go with a haskell client that connects directly to tensorflow via the protocol buffer stuff.