Skip to content

Commit 4a63e36

Browse files
authored
Update README.md
1 parent a6bd410 commit 4a63e36

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,18 @@ NNoM now use the local pure C backend implementation by default. Thus, there is
140140

141141
Please check [Porting and optimising Guide](docs/Porting_and_Optimisation_Guide.md) for detail.
142142

143+
## Known Issues
144+
### Converter do not support implicitly defined activations
145+
The script currently does not support implicit act:
146+
~~~
147+
Dense(32, activation="relu")
148+
~~~
149+
Use the explicit activation instead.
150+
~~~
151+
Dense(32)
152+
Relu()
153+
~~~
154+
143155
## Contacts
144156
Jianjia Ma
145157

0 commit comments

Comments
 (0)