Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
feldmannaomi authored Sep 16, 2024
1 parent d79fc77 commit afa7828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lr_speech/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Coding:
each utterance, you'll z-score each feature across all of the utterances.

3. Create a logistic regression model with a softmax/sigmoid activation
function, using a network with just an input and an output layer. To make unit tests work,
function, using a network with one linear layer. To make unit tests work,
we had to initialize a member of the SimpleLogreg class. Replace the
none object with an [appropriate nn.Module](https://pytorch.org/docs/stable/generated/torch.nn.Linear.html).

Expand Down

0 comments on commit afa7828

Please sign in to comment.