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 b57ebd0 commit 627877f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fastai_dl_terms.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
`arch` architecture (such as resnet18, resnet34, resnext50)
`aug_tfms = transforms_side_on` data augmentation using flipping image on its side (horizontal, flip right to left)
`aug_tfms = transforms_top_down` data augmentation (flipping image top down)
`learn.bn_freeze` Batch Norm Unfreeze
`bptt` back propagation through time
`bs` = batch size
`.cuda()` we tell it manually to use the (default number of) GPUs
Expand Down

0 comments on commit 627877f

Please sign in to comment.