summary_scalar | R Documentation |
Scalar event
summary_scalar(value, ..., metadata = NULL, tag = NA)
value |
A numeric scalar value to be logged. |
... |
Currently unused. To allow future expansion. |
metadata |
A |
tag |
A tag that within the TensorBoard UI. See |
A <scalar_event>
object.
Other summary:
summary_audio()
,
summary_histogram()
,
summary_image()
,
summary_text()
temp <- tempfile()
with_logdir(temp, {
log_event(loss = summary_scalar(1))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.