Skip to content

Commit e9e9a8b

Browse files
committed
Updated readme.
1 parent b291e0e commit e9e9a8b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ In that moment the only PyTorch 0.2 (deprecated) and PyTorch 0.4 (in master) are
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+
15+
1016
```
1117
...
1218
"backend": "tensorflow",

0 commit comments

Comments
 (0)