fastai-projects icon indicating copy to clipboard operation
fastai-projects copied to clipboard

Fix pain points in GPT-2 tutorial

Open mapmeld opened this issue 5 years ago • 0 comments

  • WikiExtractor repo recently changed things around - simpler to use previous script by checkout old commit hash

  • Added pip install line to one of the GPT-2 tutorial notebooks (I think it's your main one). Recently pip install fastai2 alone installs fastcore 1.x, leaving a confusing error; adding a specific pip install fastcore==0.1.38 resolves this

Screen Shot 2020-09-07 at 12 01 16 AM

mapmeld avatar Sep 07 '20 04:09 mapmeld