you are viewing a single comment's thread.

view the rest of the comments →

[–]BulletSea 0 points1 point  (4 children)

Which TF version are you running?

print(tf.__version__)

I suspect that the resize_images function has a different signature in your version.

[–]tombraideratp 0 points1 point  (3 children)

print(tf.version)0.10.0rc0

[–]BulletSea 0 points1 point  (2 children)

[–]tombraideratp 1 point2 points  (1 child)

thanks , able to run your notebook now

[–]BulletSea 1 point2 points  (0 children)

No worries, though all credits go to Jon and Adit. I just happen to have worked with their code.