¿Cómo convertir tf.int64 a tf.float32?

Lo intenté:

test_image = tf.convert_to_tensor(img, dtype=tf.float32)

Entonces aparece el siguiente error:

ValueError: Tensor conversion requested dtype float32 for Tensor with dtype int64: 'Tensor("test/ArgMax:0", shape=TensorShape([Dimension(None)]), dtype=int64)'

Respuestas a la pregunta(4)

Su respuesta a la pregunta