Open wchstrife opened 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
$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?
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?