shabie / docformer

Implementation of DocFormer: End-to-End Transformer for Document Understanding, a multi-modal transformer based architecture for the task of Visual Document Understanding (VDU)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

import error after installing via pip and via command python setup.py install

mayankpathaklumiq opened this issue · comments

ModuleNotFoundError Traceback (most recent call last)
in ()
----> 1 from docformer import modeling, dataset

ModuleNotFoundError: No module named 'docformer'

Can you visit this link, and see if it helps?

#17

Were you able to solve it?