Skip to content

Commit 5b10be1

Browse files
committed
Updated README.
I've tested the convertor with laster stable PyTorch (0.4) and i've figured out that it works well.
1 parent c57b81d commit 5b10be1

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,10 @@ Pytorch to Keras model convertor. Still beta for now.
33

44
## Important notice
55

6-
In that moment the only PyTorch 0.2 (deprecated) and PyTorch 0.4 (in master) are supported.
6+
In that moment the only PyTorch 0.2 (deprecated) and PyTorch 0.4 (latest stable) are supported.
77

88
To use the converter properly, please, make changes in your `~/.keras/keras.json`:
99

10-
The code in PyTorch master is changing very quickly, so, the latest supported version is:
11-
`5463a4a3199b89aa1e944068694fa0f50635807b`. To use specific commit, please run
12-
`git checkout 5463a4a3199b89aa1e944068694fa0f50635807b` in the PyTorch project directory
13-
before building PyTorch from source.
14-
1510

1611
```
1712
...
@@ -118,7 +113,7 @@ Misc:
118113
* SqueezeNet (with ceil_mode=False)
119114
* DenseNet
120115
* AlexNet
121-
* Inception (v4 only) (only with 0.2)
116+
* Inception (v4 only)
122117

123118
## Usage
124119
Look at the `tests` directory.

0 commit comments

Comments
 (0)