hardmax | R Documentation |
Returns batched one-hot vectors.
hardmax(logits, name = NULL)
logits |
A batch tensor of logit values. |
name |
Name to use when creating ops. |
The depth index containing the '1' is that of the maximum logit value.
A batched one-hot tensor.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.