TableNet-pytorch icon indicating copy to clipboard operation
TableNet-pytorch copied to clipboard

No module named 'model'

Open sks199 opened this issue 3 years ago • 1 comments

I am facing this problem when trying to run on colab. I would be grateful if you could help me how to solve this.


ModuleNotFoundError Traceback (most recent call last)

in 13 import pytesseract 14 from io import StringIO ---> 15 from model import TableNet

ModuleNotFoundError: No module named 'model'


NOTE: If your import is failing due to a missing package, you can manually install dependencies using either !pip or !apt.

To view examples of installing some common dependencies, click the "Open Examples" button below.

sks199 avatar Sep 21 '22 09:09 sks199

I understand where is this confusion. This project was built locally, hence running it colab is not suggested. training and testing scripts are both under "Training" directory. If you are executing Final.ipynb, load all training files in root directory.

asagar60 avatar Sep 28 '22 08:09 asagar60