Fast Ai Python 3.x Fastai.text Nameerror: Name 'basetokenizer' Is Not Defined February 28, 2024 Post a Comment I am a beginner of fastai and trying to build a model referring to Using RoBERTa with fast.ai for N… Read more Fastai.text Nameerror: Name 'basetokenizer' Is Not Defined
Deep Learning Fast Ai Python How To Get Add Aditional Transform To Get_transform In Fastai? January 30, 2024 Post a Comment I would like to add aditional augmenmentation this way: additional_aug=[zoom_crop(scale=(0.75,… Read more How To Get Add Aditional Transform To Get_transform In Fastai?