chahuja / language2pose

Language2Pose: Natural Language Grounded Pose Forecasting

Home Page:http://chahuja.com/language2pose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No module named 'pytorch_pretrained_bert'

WinstonDeng opened this issue · comments

When I run:

python data/data.py -dataset KITMocap -path2data ../dataset/kit-mocap

Error:
No module named 'pytorch_pretrained_bert'

The reason is the lack of file "pytorch_pretrained_bert" in folder "nlp".

It can be solved by pip install.