tf.to_int32 raise deprecated warning. change tf.to_int32(labels) to tf.cast(labels, tf.int32)
Attach a file by drag & drop or click to upload