The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
Lightning disentangles PyTorch code to decouple the science from the engineering.
library(fastai)
library(magrittr)
model = LitModel()
data = Data_Loaders(model$train_dataloader(), model$val_dataloader())$cuda()
nn = nn()
learn = Learner(data, model, loss_func = nn$functional$cross_entropy, opt_func = Adam,
metrics = accuracy)
learn %>% fit_one_cycle(1, 0.001)
epoch train_loss valid_loss accuracy time
0 0.354146 0.334655 0.911300 00:09
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.