Package: torchvision
Title: Models, Datasets and Transformations for Images
Version: 0.5.1
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
URL: https://torchvision.mlverse.org,
        https://github.com/mlverse/torchvision
RoxygenNote: 7.2.3
Imports: torch (>= 0.5.0), fs, rlang, rappdirs, utils, jpeg, magrittr,
        png, abind, withr
Suggests: magick, testthat, coro, zip
NeedsCompilation: no
Packaged: 2023-04-14 09:09:26 UTC; dfalbel
Author: Daniel Falbel [aut, cre],
  Christophe Regouby [ctb],
  RStudio [cph]
Maintainer: Daniel Falbel <daniel@rstudio.com>
Repository: CRAN
Date/Publication: 2023-04-14 10:00:02 UTC
Built: R 4.1.2; ; 2023-04-15 11:22:20 UTC; unix
