Skip to content

Commit 097d860

Browse files
committed
Updated readme.
1 parent 00ac466 commit 097d860

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,9 @@ To use converter properly, please, make changes in your `~/.keras/keras.json`:
1414
...
1515
```
1616

17-
Note 1: some layers parameters (like ceiling and etc) isn't supported.
17+
Note 1: some layers parameters (like ceiling and etc) aren't supported.
1818

19-
Note 2: recurrent layers isn't supported too.
20-
21-
Note 3: something is wrong with biases for the jit/onnx.
19+
Note 2: recurrent layers aren't supported too.
2220

2321
## How to
2422

@@ -71,6 +69,7 @@ Layers:
7169
* ConvTranspose2d
7270
* MaxPool2d
7371
* AvgPool2d
72+
* Embedding
7473

7574
Reshape:
7675

@@ -96,6 +95,10 @@ Element-wise:
9695
* Multiplication
9796
* Subtraction
9897

98+
Misc:
99+
100+
* reduce sum ( .sum() method)
101+
99102
## Unsupported parameters
100103

101104
* Pooling: count_include_pad, dilation, ceil_mode

0 commit comments

Comments
 (0)