You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I tried running train.py in the training folder. It tries to import data.loading, but the data module is missing. This is the error:
Traceback (most recent call last):
File "/ToolGen/training/train.py", line 1, in <module>
from data.loading import load_datasets
ModuleNotFoundError: No module named 'data'
I checked the repository. There is no data folder or loading.py file. Is the data module missing, or do I need to do something else to set up the training?