pkmital / CADL

ARCHIVED: Contains historical course materials/Homework materials for the FREE MOOC course on "Creative Applications of Deep Learning w/ Tensorflow" #CADL
https://www.kadenze.com/courses/creative-applications-of-deep-learning-with-tensorflow/info
Apache License 2.0
1.48k stars 732 forks source link

Fix missing control_flow_ops import error #22

Closed randomm closed 8 years ago

randomm commented 8 years ago

control_flow_ops is currently available under tensorflow.python.ops. This fixes:

ImportError: cannot import name 'control_flow_ops'