tensorflow / fold

Deep learning with dynamic computation graphs in TensorFlow
Apache License 2.0
1.83k stars 266 forks source link

Making Windows compatible #97

Open JaeDukSeo opened 6 years ago

JaeDukSeo commented 6 years ago

So I am just curious if anyone is working on this. And if no one is working on this I want to give a shot.

If anyone how to make a build for windows I would really appreciate any information.

v-mostafapour commented 5 years ago

I am waiting for Anaconda installment ...(on windows 10)

gabefair commented 5 years ago

You can try using it on windows by building from source: https://github.com/tensorflow/fold/blob/master/tensorflow_fold/g3doc/sources.md

Just make sure Bazel works on your windows 10 first. Let us know if you get it working.