Skip to content

Commit

Permalink
Linter fix (#362)
Browse files Browse the repository at this point in the history
* fixes pooling when the operator is None, the input is 1d

* Spelling fix

* simplification of the condition for 1d pooling

* Linter fix

---------

Co-authored-by: Erman Okman <Erman.Okman@maximintegrated.com>
  • Loading branch information
ermanok and Erman Okman authored Feb 4, 2025
1 parent 32aea7f commit 9d4d661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1874,7 +1874,7 @@ The following step is needed to add new network models:
Implement a new network model based on the constraints described earlier, see [Custom nn.Modules](#custom-nnmodules) (and `models/ai85net.py` for an example).
***Note:*** *When re-using existing models, please note that some of the example models are designed to be used with [Neural Architecture Search (NAS)](#neural-architecture-search-nas). These models will typically not perform well, or not fit into hardware without the NAS steps. These models have “nas” as part of their name.*
***Note:*** *When reusing existing models, please note that some of the example models are designed to be used with [Neural Architecture Search (NAS)](#neural-architecture-search-nas). These models will typically not perform well, or not fit into hardware without the NAS steps. These models have “nas” as part of their name.*
##### Model Instantiation and Initialization
Expand Down

0 comments on commit 9d4d661

Please sign in to comment.