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)
MIT License
253 stars 40 forks source link

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

Closed mayankpathaklumiq closed 2 years ago

mayankpathaklumiq commented 2 years ago

ModuleNotFoundError Traceback (most recent call last)

in () ----> 1 from docformer import modeling, dataset ModuleNotFoundError: No module named 'docformer'
uakarsh commented 2 years ago

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

https://github.com/shabie/docformer/issues/17

uakarsh commented 2 years ago

Were you able to solve it?