TH
thangvubk/SRMobi
SRMobi
- Step 1: Preprocess data:
python preprocess.py(remember to change split totrain,valid,test) - Step 2: Train model:
python train.py - Step 3: Test model:
python test.py --checkpoint $CHECKPOINT
python preprocess.py (remember to change split to train, valid, test)python train.pypython test.py --checkpoint $CHECKPOINT