Package: torch
Type: Package
Title: Tensors and Neural Networks with 'GPU' Acceleration
Version: 0.0.1
Authors@R: c(
    person("Daniel", "Falbel", email = "daniel@rstudio.com", role = c("aut", "cre", "cph")),
    person("Javier", "Luraschi", email = "javier@rstudio.com", role = c("aut", "cph")),
    person("Dmitriy", "Selivanov", role = c("ctb")),
    person("Athos", "Damiani", role = c("ctb")),
    person(family = "RStudio", role = c("cph"))
    )
Description: Provides functionality to define and train neural networks similar to 
    'PyTorch' by Paszke et al (2019) <arXiv:1912.01703> but written entirely in R 
    using the 'libtorch' library. Also supports low-level tensor operations and 
    'GPU' acceleration.
License: MIT + file LICENSE
URL: http://mlverse.github.io/torch, https://github.com/mlverse/torch
BugReports: https://github.com/mlverse/torch/issues
Encoding: UTF-8
LazyData: true
SystemRequirements: C++11, LibTorch (https://pytorch.org/)
LinkingTo: Rcpp
Imports: Rcpp, R6, withr, rlang, methods, utils, stats
RoxygenNote: 7.1.1
Suggests: testthat (>= 2.1.0), covr, knitr, rmarkdown, bit64, magrittr,
        glue
VignetteBuilder: knitr
Collate: 'R7.R' 'RcppExports.R' 'tensor.R' 'autograd.R' 'backends.R'
        'codegen-utils.R' 'conditions.R' 'creation-ops.R' 'cuda.R'
        'device.R' 'dimname_list.R' 'dtype.R' 'gen-method.R'
        'gen-namespace-docs.R' 'gen-namespace-examples.R'
        'gen-namespace.R' 'generator.R' 'help.R' 'indexing.R'
        'install.R' 'lantern_load.R' 'lantern_sync.R' 'layout.R'
        'memory_format.R' 'utils-data.R' 'nn.R' 'nn-activation.R'
        'nn-batchnorm.R' 'nn-conv.R' 'nn-dropout.R' 'nn-init.R'
        'nn-linear.R' 'nn-loss.R' 'nn-pooling.R' 'nn-rnn.R'
        'nn-sparse.R' 'nn-utils-rnn.R' 'nn-utils.R' 'nn_adaptive.R'
        'nnf-activation.R' 'nnf-batchnorm.R' 'nnf-conv.R'
        'nnf-distance.R' 'nnf-dropout.R' 'nnf-embedding.R' 'nnf-fold.R'
        'nnf-instancenorm.R' 'nnf-linear.R' 'nnf-loss.R'
        'nnf-normalization.R' 'nnf-padding.R' 'nnf-pixelshuffle.R'
        'nnf-pooling.R' 'nnf-upsampling.R' 'nnf-vision.R' 'operators.R'
        'optim.R' 'optim-adam.R' 'optim-sgd.R' 'package.R' 'qscheme.R'
        'quantization.R' 'reduction.R' 'save.R' 'scalar.R' 'storage.R'
        'tensor_list.R' 'tensor_options.R' 'utils-data-collate.R'
        'utils-data-dataloader.R' 'utils-data-enum.R'
        'utils-data-fetcher.R' 'utils-data-sampler.R' 'utils.R'
        'variable_list.R' 'with-indices.R' 'wrapers.R'
NeedsCompilation: yes
Packaged: 2020-07-30 19:28:10 UTC; dfalbel
Author: Daniel Falbel [aut, cre, cph],
  Javier Luraschi [aut, cph],
  Dmitriy Selivanov [ctb],
  Athos Damiani [ctb],
  RStudio [cph]
Maintainer: Daniel Falbel <daniel@rstudio.com>
Repository: CRAN
Date/Publication: 2020-08-06 14:40:02 UTC
