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 b291e0e commit e9e9a8bCopy full SHA for e9e9a8b
README.md
@@ -7,6 +7,12 @@ In that moment the only PyTorch 0.2 (deprecated) and PyTorch 0.4 (in master) are
7
8
To use the converter properly, please, make changes in your `~/.keras/keras.json`:
9
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
16
```
17
...
18
"backend": "tensorflow",
0 commit comments