Closed abbasrazaali closed 6 years ago
hi, are you using loss, it isn't used after declaration ? loss = tf.losses.softmax_cross_entropy(onehot_labels = one_hot_labels, logits = logits)
If the code is not using any loss, the model cannot be trained in the conventional sense. could you explain what you mean by "after declaration"?
Closing due to inactivity.
hi, are you using loss, it isn't used after declaration ? loss = tf.losses.softmax_cross_entropy(onehot_labels = one_hot_labels, logits = logits)