Description Usage Arguments Value
View source: R/backend_encoder.R
Cross entropy of labels and predictions
1 | encoderModel_add_logit_loss(logits, labels, weight = 1)
|
logits |
cell x label logits |
labels |
cell x 1 true labels |
weight |
Scale of classifier loss component |
smoothing |
tensorflow label_smoothing (unused) |
Tensorflow loss op
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.