Learn practical skills, build real-world projects, and advance your career

Note: This is a mirror of the fast.ai NLP Lecture notebook for the DSNet meetup. Please check the course repo for latest updates

Vietnamese ULMFiT from scratch

%reload_ext autoreload
%autoreload 2
%matplotlib inline

from fastai import *
from fastai.text import *
# bs=48
# bs=24
bs=128
torch.cuda.set_device(2)