hszhao / semseg

Semantic Segmentation in Pytorch
MIT License
1.34k stars 244 forks source link

Why train.sh need test.py #65

Open wchstrife opened 4 years ago

wchstrife commented 4 years ago

I want to train on my dataset, but in train.sh, I notice that: $PYTHON -u ${exp_dir}/test.py \ --config=${config} \ 2>&1 | tee ${result_dir}/test-$now.log

so, Why train a model also need test.py and a train_epoch_50.pth?