MultiSyn

Usage Instructions

Step 1: Preprocess Data

Before training, you must preprocess the data:

python prepare_data.py

This will generate the processed dataset under datas/processed.

Step 2: Train the Model

python train.py

Results will be saved in datas/results.

Tips