richarddwang / electra_pytorch

Pretrain and finetune ELECTRA with fastai and huggingface. (Results of the paper replicated !)
325 stars 42 forks source link

ipython package is missing #13

Closed PhilipMay closed 3 years ago

PhilipMay commented 3 years ago

pretrain.py imports ipython but it is not given here https://github.com/richarddwang/electra_pytorch/blob/9b2533e62cd1b6126feca323fb7b48480b8c2df0/requirements.txt#L7

richarddwang commented 3 years ago

Thanks you ! I wasn't aware of it. I have added jupyter to requirements.txt.

Please tag me if you still see the same problem.