Skip to content

Commit ca02f31

Browse files
committed
Updated readme and setup.py.
1 parent 7f55d8e commit ca02f31

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
Pytorch to Keras model convertor. Still beta for now.
66

7+
## Installation
8+
9+
```
10+
pip install pytorch2keras
11+
```
12+
713
## Important notice
814

915
In that moment the only PyTorch 0.2 (deprecated) and PyTorch 0.4 (latest stable) are supported.

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717

1818

1919
setup(name='pytorch2keras',
20-
version='0.1',
21-
description='The model convertor',
22-
url='',
20+
version='0.1.1',
21+
description='The deep learning models convertor',
22+
url='https://github.com/nerox8664/pytorch2keras',
2323
author='Grigory Malivenko',
2424
author_email='[email protected]',
2525
license='MIT',

0 commit comments

Comments
 (0)