From 75e5b4037847a44d656d7893ca12d00daa0027ce Mon Sep 17 00:00:00 2001 From: Reshama Shaikh Date: Thu, 25 Jan 2018 10:03:23 -0500 Subject: [PATCH] Update fastai_dl_terms.md --- fastai_dl_terms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastai_dl_terms.md b/fastai_dl_terms.md index 2d2394f..0e354e5 100644 --- a/fastai_dl_terms.md +++ b/fastai_dl_terms.md @@ -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