Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
majianjia authored Jul 8, 2019
1 parent a6bd410 commit 4a63e36
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,18 @@ NNoM now use the local pure C backend implementation by default. Thus, there is

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

## Known Issues
### Converter do not support implicitly defined activations
The script currently does not support implicit act:
~~~
Dense(32, activation="relu")
~~~
Use the explicit activation instead.
~~~
Dense(32)
Relu()
~~~

## Contacts
Jianjia Ma

Expand Down

0 comments on commit 4a63e36

Please sign in to comment.