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}}
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}}