Thytu / SMIT

SMIT: A Simple Modality Integration Tool
MIT License
15 stars 3 forks source link

Integrate the data generation into `main.py` #4

Closed Thytu closed 5 months ago

Thytu commented 5 months ago

Currently the user has two python files to run:

  1. src/data_handler.py in order to create the dataset that will be used to train its model.
  2. src/main.py to train its model using the previously generated dataset

This make things more complicated that necessary for newcomers to test SMIT for the first time. The process of generating the dataset should be integrated to src/main.py.