DOC: Fix documentation for dataset.md
The code `image = tf.decode_jpeg(parsed["image_data"])` in 738 lines is incorrect. It should be `tf.image.decode_jpeg` instead of `tf.decode_jpeg`.
Loading
Please sign in to comment
The code `image = tf.decode_jpeg(parsed["image_data"])` in 738 lines is incorrect. It should be `tf.image.decode_jpeg` instead of `tf.decode_jpeg`.