microsoft / unilm

Large-scale Self-supervised Pre-training Across Tasks, Languages, and Modalities

Home Page:https://aka.ms/GeneralAI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pip freeze for trocr

PatrickSteinmueller opened this issue · comments

Hi,

currently facing pips/pythons unfathomable dependency hell while trying to install unilm/trocr on a python3.7 environment.

Does anyone have any tips or could anyone provide a pip freeze for their respective environment?

Kind Regards

@PatrickSteinmueller Can you provide more details?

@PatrickSteinmueller
I managed to run TrOCR with the following requirements: https://github.com/filipggg/trocr-runner/blob/master/requirements.txt
(but read the comments inside).
Also note that it was not tested for distributed training.