I have already trained a model that scale = 2, and after that I wanna to do QAT training for it(scale = 2) using command "python train.py --opt options/train/base7_qat.yaml --name base7_D4C28_bs16ps64_lr12-3_qat_x2 --scale 2 --bs 16 --ps 64 --lr 1e-3 --gpu_ids 1 --qat --qat_path experiment/ base7_D4C28_bs16ps64_lr12-3_x2/best_status", do I need change below red box "3" to "2" ?

Do we need change like below?

thank you very much!
I have already trained a model that scale = 2, and after that I wanna to do QAT training for it(scale = 2) using command "python train.py --opt options/train/base7_qat.yaml --name base7_D4C28_bs16ps64_lr12-3_qat_x2 --scale 2 --bs 16 --ps 64 --lr 1e-3 --gpu_ids 1 --qat --qat_path experiment/ base7_D4C28_bs16ps64_lr12-3_x2/best_status", do I need change below red box "3" to "2" ?
Do we need change like below?
thank you very much!