Nothing
knitr::opts_chunk$set(echo = TRUE,eval = FALSE,echo = T)
library(fastai) library(magrittr) data = Data_Loaders(train_loader, test_loader) nn = nn() learn = Learner(data, Net(), loss_func = nn$functional$nll_loss, opt_func = Adam(), metrics = accuracy, cbs = CudaCallback()) learn %>% fit_one_cycle(1, 1e-2)
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.