Skip to content

Commit 9d4d661

Browse files
ermanokErman Okman
and
Erman Okman
authored
Linter fix (#362)
* 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 <[email protected]>
1 parent 32aea7f commit 9d4d661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1874,7 +1874,7 @@ The following step is needed to add new network models:
18741874
18751875
Implement a new network model based on the constraints described earlier, see [Custom nn.Modules](#custom-nnmodules) (and `models/ai85net.py` for an example).
18761876
1877-
***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.*
1877+
***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.*
18781878
18791879
##### Model Instantiation and Initialization
18801880

0 commit comments

Comments
 (0)