-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
36 lines (36 loc) · 966 Bytes
/
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
Package: torchdatasets
Title: Ready to Use Extra Datasets for Torch
Version: 0.3.1.9000
Authors@R:
c(
person(given = "Daniel",
family = "Falbel",
role = c("aut", "cre"),
email = "[email protected]"
),
person(family = "RStudio", role = c("cph"))
)
Description: Provides datasets in a format that can be easily consumed by torch 'dataloaders'.
Handles data downloading from multiple sources, caching and pre-processing so
users can focus only on their model implementations.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
torch (>= 0.5.0),
fs,
zip,
pins,
torchvision,
stringr,
withr,
utils
Suggests:
testthat,
readr,
coro,
tokenizers,
R.matlab
URL: https://mlverse.github.io/torchdatasets/, https://github.com/mlverse/torchdatasets
BugReports: https://github.com/mlverse/torchdatasets/issues