TableNet-pytorch
TableNet-pytorch copied to clipboard
No module named 'model'
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)
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.
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.