2
 train_label = tf.keras.backend.one_hot(train_label,3)
 train_label = tf.one_hot(train_label,3)

tensorflow 2.0.0 で次のエラーが発生します

InternalError: Could not find valid device for node.

ノード: {{ノード OneHot}}

4

1 に答える 1