File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,10 @@ Pytorch to Keras model convertor. Still beta for now.
3
3
4
4
## Important notice
5
5
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.
7
7
8
8
To use the converter properly, please, make changes in your ` ~/.keras/keras.json ` :
9
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
10
16
11
```
17
12
...
@@ -118,7 +113,7 @@ Misc:
118
113
* SqueezeNet (with ceil_mode=False)
119
114
* DenseNet
120
115
* AlexNet
121
- * Inception (v4 only) (only with 0.2)
116
+ * Inception (v4 only)
122
117
123
118
## Usage
124
119
Look at the ` tests ` directory.
You can’t perform that action at this time.
0 commit comments