tfa <- NULL
.onLoad <- function(libname, pkgname) {
tfa <<- reticulate::import("tensorflow_addons", delay_load = list(
priority = 10,
environment = "r-tensorflow"
))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.