E

It sounds like you have defined input_y—which I am assuming is a tf.placeholder()—as having type tf.int32. Either change this to tf.float32 or add a cast: tf.cast(input_y, tf.float32) or tf.to_float(input_y).
トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS