This commit is contained in:
Piotr Czapla
2018-12-01 15:24:30 +01:00
parent ab9faa2ad9
commit c17dcce75e
+1 -1
View File
@@ -39,7 +39,7 @@ class CLSHyperParams(LMHyperParams):
try:
learn.load('cls_last')
print("Loading last classfier")
print("Loading last classifier")
except FileNotFoundError:
learn.load_encoder("enc_best")