From 39d38f0f46070726482ee7edbda71b9abd212f17 Mon Sep 17 00:00:00 2001 From: "NAUSICAA\\Julian" Date: Thu, 3 Jan 2019 09:40:31 -0300 Subject: [PATCH] Restore newline --- fastai_contrib/learner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastai_contrib/learner.py b/fastai_contrib/learner.py index 93d51b1..67e79cb 100644 --- a/fastai_contrib/learner.py +++ b/fastai_contrib/learner.py @@ -110,4 +110,4 @@ def convert_weights_with_prefix(wgts:Weights, stoi_wgts:Dict[str,int], itos_new: import fastai.text.learner fastai.text.learner.convert_weights = convert_weights -#endregion +#endregion \ No newline at end of file