Working version of BILM - probably won't train well yet

This commit is contained in:
Piotr Czapla
2018-11-14 14:55:56 +01:00
parent a85800610b
commit 5ba83b1d4e
3 changed files with 74 additions and 27 deletions
+4
View File
@@ -58,3 +58,7 @@ class LanguageModelLoader(): # copy of the original LanguageModelLoader
return x,y
###################### NEW CODE
import fastai.text.data
fastai.text.data.LanguageModelLoader = LanguageModelLoader # Replace original LanguageModelLoader with new verion