Package: torchvision
Title: Models, Datasets and Transformations for Images
Version: 0.8.0
Authors@R: c(
    person(given = "Daniel",
           family = "Falbel",
           role = c("aut", "cre"),
           email = "daniel@posit.co"
           ),
    person(given = "Christophe",
           family = "Regouby",
           role = c("ctb"),
           email = "christophe.regouby@free.fr"
           ),
    person(given = "Akanksha", 
           family = "Koshti", 
           role = c("ctb")),
    person(given = "Derrick",
           family = "Richard",
           role = c("ctb"),
           email = "derrickrds@gmail.com"
           ),
    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.3.3
Imports: torch (>= 0.5.0), fs, rlang, rappdirs, utils, jpeg, tiff,
        magrittr, png, abind, jsonlite, withr, cli, glue, zeallot
Suggests: arrow, magick, prettyunits, testthat, coro, R.matlab, xml2
BugReports: https://github.com/mlverse/torchvision/issues
Collate: 'folder-dataset.R' 'collection-rf100-doc.R'
        'collection-rf100-biology.R' 'collection-rf100-damage.R'
        'collection-rf100-infrared.R' 'collection-rf100-medical.R'
        'collection-rf100-underwater.R' 'conditions.R'
        'dataset-caltech.R' 'dataset-cifar.R' 'dataset-coco.R'
        'dataset-eurosat.R' 'dataset-fer.R' 'dataset-fgvc.R'
        'dataset-flickr.R' 'dataset-flowers.R' 'dataset-lfw.R'
        'dataset-mnist.R' 'dataset-oxfordiiitpet.R' 'dataset-pascal.R'
        'dataset-places365.R' 'dataset-plankton.R'
        'dataset-rf100-peixos.R' 'extension.R' 'globals.R' 'imagenet.R'
        'models-alexnet.R' 'models-convnext.R' 'models-deeplabv3.R'
        'models-efficientnet.R' 'models-efficientnetv2.R'
        'models-facenet.R' 'models-faster_rcnn.R' 'models-fcn.R'
        'models-inception.R' 'models-maxvit.R' 'models-mobilenetv2.R'
        'models-mobilenetv3.R' 'models-mobilenetv3_large.R'
        'models-resnet.R' 'models-vgg.R' 'models-vit.R'
        'ops-box_convert.R' 'ops-boxes.R' 'tiny-imagenet-dataset.R'
        'transforms-array.R' 'transforms-defaults.R'
        'transforms-generics.R' 'transforms-magick.R'
        'transforms-tensor.R' 'utils.R' 'vision_utils.R'
NeedsCompilation: no
Packaged: 2025-11-05 19:55:37 UTC; dfalbel
Author: Daniel Falbel [aut, cre],
  Christophe Regouby [ctb],
  Akanksha Koshti [ctb],
  Derrick Richard [ctb],
  RStudio [cph]
Maintainer: Daniel Falbel <daniel@posit.co>
Repository: CRAN
Date/Publication: 2025-11-06 06:10:02 UTC
Built: R 4.4.1; ; 2025-11-06 09:42:54 UTC; unix
