Error:lesson3-imdb,TextDataBunch

Error:lesson3-imdb,TextDataBunch

lesson3-imdb

When run follow code:
data_lm = TextDataBunch.from_csv(path, 'texts.csv')

I get the following error:

 File "...\python-3.8.3.amd64\lib\site-packages\torch\__init__.py", line 81, in <module>
  File "...\python-3.8.3.amd64\lib\ctypes\__init__.py", line 373, in __init__
    ctypes.CDLL(dll)
    self._handle = _dlopen(self._name, mode)
    ctypes.CDLL(dll)
    self._handle = _dlopen(self._name, mode)
    ....
OSError: [WinError 1455] 

thanks for all helper.

This error is claiming that your page size is too small. You may be running out of memory when performing this task. Are you running these on a computer that has a GPU and sufficient RAM? I have 32 GB of RAM and an older video card (3 yrs) and had no problem - that being said, I’m on Ubuntu and not Windows.