Data_Loaders | R Documentation |
Data Loaders
Data_Loaders(...)
... |
parameters to pass |
loader object
## Not run:
data = Data_Loaders(train_loader, test_loader)
learn = Learner(data, Net(), loss_func = F$nll_loss,
opt_func = Adam(), metrics = accuracy, cbs = CudaCallback())
learn %>% fit_one_cycle(1, 1e-2)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.