Skip to content

Commit

Permalink
Updated readme and setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmalivenko committed May 30, 2018
1 parent 7f55d8e commit ca02f31
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

Pytorch to Keras model convertor. Still beta for now.

## Installation

```
pip install pytorch2keras
```

## Important notice

In that moment the only PyTorch 0.2 (deprecated) and PyTorch 0.4 (latest stable) are supported.
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@


setup(name='pytorch2keras',
version='0.1',
description='The model convertor',
url='',
version='0.1.1',
description='The deep learning models convertor',
url='https://github.com/nerox8664/pytorch2keras',
author='Grigory Malivenko',
author_email='nerox8664@gmail.com',
license='MIT',
Expand Down

0 comments on commit ca02f31

Please sign in to comment.