Skip to content

Commit f6ba468

Browse files
committed
mlp section
1 parent dc06cc9 commit f6ba468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_pages/dat450/assignment2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The relevant hyperparameters you need to take into account here are `hidden_size
5151

5252
**Sanity check.**
5353

54-
Create an untrained MLP layer. Create some 3-dimensional tensor where the last dimension has the same size as `hidden_size` in your MLP. If you apply the MLP to the test tensor, the output should have the same size as the input.
54+
Create an untrained MLP layer. Create some 3-dimensional tensor where the last dimension has the same size as `hidden_size` in your MLP. If you apply the MLP to the test tensor, the output should have the same shape as the input.
5555

5656
### Normalization
5757

0 commit comments

Comments
 (0)