tensorflow.cr
tensorflow.cr copied to clipboard
Nice to see someone working on this.
Keep up the good work.
@fazibear Is this project still running ? I would like to join in if you want help
Hi @bararchy, thanks for your message. The question is what you are trying to archive? There are two parts of tensorflow. The core and this are the bindings and other tools for building tensor graphs. Most of them are written in python, and there is a lot of stuff to rewrite. Tried few things, but even simple constant creation seems to be complicated... But of course, any help is welcome.
Hi @fazibear , how about we use https://github.com/Papierkorb/bindgen to auto generate the bindings , then we can root out anything that isn't needed ?
BTW , as my interest is in Neural nets , we can instead try and play around with Torch7 core c bindings (TH)