Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kurtamohler/pytorch-tensoriterator-examples

Examples of how to use PyTorch's TensorIterator in C++
https://github.com/kurtamohler/pytorch-tensoriterator-examples

Last synced: 7 days ago
JSON representation

Examples of how to use PyTorch's TensorIterator in C++

Awesome Lists containing this project

README

        

# pytorch-TensorIterator-examples
Examples of how to use PyTorch's TensorIterator in C++

# Requirements

* [Miniconda](https://docs.conda.io/en/latest/miniconda.html)
* gcc/g++

# Build

```bash
$ conda env create -f environment.yml
$ conda activate pytorch-TensorIterator-examples
$ ./download-libtorch.sh
$ ./build.sh
```

# Run

```bash
$ ./build/examples
```