We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f55d8e commit ca02f31Copy full SHA for ca02f31
README.md
@@ -4,6 +4,12 @@
4
5
Pytorch to Keras model convertor. Still beta for now.
6
7
+## Installation
8
+
9
+```
10
+pip install pytorch2keras
11
12
13
## Important notice
14
15
In that moment the only PyTorch 0.2 (deprecated) and PyTorch 0.4 (latest stable) are supported.
setup.py
@@ -17,9 +17,9 @@
17
18
19
setup(name='pytorch2keras',
20
- version='0.1',
21
- description='The model convertor',
22
- url='',
+ version='0.1.1',
+ description='The deep learning models convertor',
+ url='https://github.com/nerox8664/pytorch2keras',
23
author='Grigory Malivenko',
24
author_email='[email protected]',
25
license='MIT',
0 commit comments