Nothing
library(tensorflow)
writer = tf$summary$create_file_writer("a-events-file2")
with(writer$as_default(), {
for(step in seq(10))
tf$summary$scalar("my_metric", 0.5, step=step)
# other model code would go here
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.