-
Notifications
You must be signed in to change notification settings - Fork 15
/
DESCRIPTION
42 lines (42 loc) · 1.08 KB
/
DESCRIPTION
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
Package: torchvision
Title: Models, Datasets and Transformations for Images
Version: 0.6.0.9000
Authors@R: c(
person(given = "Daniel",
family = "Falbel",
role = c("aut", "cre"),
email = "daniel@rstudio.com"
),
person(given = "Christophe",
family = "Regouby",
role = c("ctb"),
email = "christophe.regouby@free.fr"
),
person(family = "RStudio", role = c("cph"))
)
Description: Provides access to datasets, models and preprocessing
facilities for deep learning with images. Integrates seamlessly
with the 'torch' package and it's 'API' borrows heavily from
'PyTorch' vision package.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
URL: https://torchvision.mlverse.org, https://github.com/mlverse/torchvision
RoxygenNote: 7.3.1
Imports:
torch (>= 0.5.0),
fs,
rlang,
rappdirs,
utils,
jpeg,
magrittr,
png,
abind,
withr,
glue
Suggests:
magick,
testthat,
coro
BugReports: https://github.com/mlverse/torchvision/issues