Skip to content

Commit

Permalink
Update fastai_dl_terms.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Reshama Shaikh committed Jan 25, 2018
1 parent 89c0285 commit 75e5b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastai_dl_terms.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
`.cuda()` we tell it manually to use the (default number of) GPUs
`.cuda(2)` specify number of GPUs to use is 2
`emb_szs` builds an embedding matrix for each categorical feature of the datad
`learn.bn_freeze` Batch Norm Unfreeze
`learn.bn_freeze` Batch Norm Unfreeze
`lo` = layer optimizer
`lr` learning rate
`lr_find()` learning rate finder
Expand Down

0 comments on commit 75e5b40

Please sign in to comment.