I'm running TensorFlow version r0.10 on Ubuntu 16.04. I have been able to run some basic tutorials, including the MIST character recognition tutorial.
I'm trying to complete the CIFAR-10 tutorial example from TensorFlow, on tensorflow version r0.10.
When I execute cifar10_train.py
After: Filling queue with 20000 CIFAR images before starting to train. This will take a few minutes.
The script fails with:
File "cifar10_train.py", line 85, in train class _LoggerHook(tf.train.SessionRunHook): AttributeError: 'module' object has no attribute 'SessionRunHook'
Please could someone help me find the solution to this error?
Thank you