tensorflow / fold

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

which tensorflow version is required? #7

Closed StevenLOL closed 7 years ago

StevenLOL commented 7 years ago

Which tensorflow the "flod" can support ? not work with 0.11

moshelooks commented 7 years ago

1.0 is required; earlier versions like 0.11 will not work because TF 1.0 introduced breaking API changes. The setup page has full instructions and links to get TF 1.0 pips.