Embdedings and FC layers
from fastai.basics import *
from fastai.tabular.all import *
from fastai.callback.all import *
from fastai.distributed import *
from fastprogress import fastprogress
from fastai.callback.mixup import *
from fastscript import *
torch.backends.cudnn.benchmark = True
fastprogress.MAX_COLS = 80
dls = get_dls()
dls.show_batch()