Hi @dkobran and @tomg . I am using a paid subscription to paper space and I am getting an error when running the following block of code in Notebook 10.
dlf_lm = DataBlock(
blocks = TextBlock.from_folder(path, is_lm = True),
get_items = get_imdb, spliter =
RandomSplitter(0.1)).dataloaders(path,path=path,bs=128,seq_len=80)
I also encountered a similar error I posted about here
Can you please advise?
