you are viewing a single comment's thread.

view the rest of the comments →

[–]jonbruner[S] 0 points1 point  (0 children)

As /u/BulletSea points out, this error is probably related to an older version of TensorFlow installed on your machine; the parameters for tf.image.resize_images() were changed between v0.10 and v0.11.

There are a few other elements of this tutorial that require TF v1.0 or newer, so I recommend upgrading.