tch 0.0.4

Rust wrappers for the PyTorch C++ api (libtorch).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "tch"
version = "0.0.4"
authors = ["Laurent Mazare <lmazare@gmail.com>"]
edition = "2018"

description = "Rust wrappers for the PyTorch C++ api (libtorch)."
repository = "https://github.com/LaurentMazare/tch-rs"
keywords = ["pytorch", "deep-learning", "machine-learning"]
categories = ["science"]
license = "Apache-2.0"
readme = "README.md"

[dependencies]
failure = "0.1"
libc = "0.2.0"
rand = "0.6.5"
torch-sys = { version = "0.0.3", path = "torch-sys" }