Metadata-Version: 2.1
Name: tpu-star
Version: 0.0.1rc8
Summary: PyTorch XLA Toolkit for quickly and easy prototyping on TPU (8 cores)
Home-page: UNKNOWN
Author: Alex Shonenkov
Author-email: shonenkov@phystech.edu
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: torch (>=1.4.0)
Requires-Dist: tqdm (>=4.27)

# TPU-Star 
PyTorch XLA Toolkit for quickly and easy prototyping on TPU (8 cores)

[![PyTorch XLA](https://img.shields.io/badge/TPU-PyTorch/XLA-darkgreen.svg)](https://github.com/pytorch/xla)
[![Build Status](https://api.travis-ci.com/shonenkov/TPU-Star.svg)](https://travis-ci.com/shonenkov/TPU-Star)
[![Coverage Status](https://codecov.io/gh/shonenkov/TPU-Star/branch/master/graphs/badge.svg)](https://codecov.io/gh/shonenkov/TPU-Star)
[![Apache license](https://img.shields.io/badge/License-Apache-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)


### Installing
1. Using pip: 
```
pip install tpu-star==0.0.1-rc8
```

### Examples

- tpu_star & MNIST : [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1pb465geYicaeCS15nkd4zUOkpo1YPMkx?usp=sharing)


