Commit 3764368
Fix kernel dimensions for LeNet model code example (#2192)
* Change kernel to 5x5 in 1st Conv2d layer in model init
Signed-off-by: Kiersten Stokes <[email protected]>
* Change kernel to 5x5 in 2nd Conv2d layer in model init
* Fix dimensions of 1st Linear layer to match new expected size
---------
Signed-off-by: Kiersten Stokes <[email protected]>
Co-authored-by: Suraj Subramanian <[email protected]>
Co-authored-by: Svetlana Karslioglu <[email protected]>1 parent 327f259 commit 3764368
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
| 179 | + | |
180 | 180 | | |
181 | | - | |
182 | | - | |
| 181 | + | |
| 182 | + | |
183 | 183 | | |
184 | | - | |
| 184 | + | |
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| |||
0 commit comments