-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathDESCRIPTION
More file actions
71 lines (71 loc) · 1.88 KB
/
DESCRIPTION
File metadata and controls
71 lines (71 loc) · 1.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Package: luz
Title: Higher Level 'API' for 'torch'
Version: 0.5.1.9000
Authors@R: c(
person("Daniel", "Falbel", email = "daniel@rstudio.com", role = c("aut", "cre", "cph")),
person("Christophe", "Regouby", email = "christophe.regouby@free.fr", role = c("ctb")),
person(family = "RStudio", role = c("cph"))
)
Description: A high level interface for 'torch' providing utilities to reduce the
the amount of code needed for common tasks, abstract away torch details and
make the same code work on both the 'CPU' and 'GPU'. It's flexible enough to
support expressing a large range of models. It's heavily inspired by 'fastai' by
Howard et al. (2020) <doi:10.48550/arXiv.2002.04688>, 'Keras' by Chollet et al. (2015) and
'PyTorch Lightning' by Falcon et al. (2019) <doi:10.5281/zenodo.3828935>.
License: MIT + file LICENSE
URL: https://mlverse.github.io/luz/, https://github.com/mlverse/luz
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
torch (>= 0.11.9000),
magrittr,
zeallot,
rlang (>= 1.0.0),
coro,
glue,
progress,
R6,
generics,
purrr,
fs,
prettyunits,
cli
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
covr,
Metrics,
withr,
vdiffr,
ggplot2 (>= 3.0.0),
dplyr,
torchvision,
tfevents (>= 0.0.2),
tidyr
VignetteBuilder: knitr
Config/testthat/edition: 3
Collate:
'accelerator.R'
'as_dataloader.R'
'utils.R'
'callbacks.R'
'callbacks-amp.R'
'callbacks-interrupt.R'
'callbacks-mixup.R'
'callbacks-monitor-metrics.R'
'callbacks-profile.R'
'callbacks-resume.R'
'callbacks-tfevents.R'
'context.R'
'losses.R'
'lr-finder.R'
'metrics.R'
'metrics-auc.R'
'module-plot.R'
'module-print.R'
'module.R'
'reexports.R'
'serialization.R'
BugReports: https://github.com/mlverse/luz/issues