Skip to content

Missing data Module in train.py - ModuleNotFoundError #7

@Fwibo

Description

@Fwibo

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions