Example experiments/siamfcpp/train/got10k/siamfcpp_alexnet-trn.yaml
- Modify the value in YAML
- train.track.data.num_epochs
- L88: num_epochs: &NUM_EPOCHS 20
- Modify the value in JSON (lr_policy)
- train.track.optim.optimizer.SGD.lr_policy
- L172: "max_epoch": 19
- Modify the value in YAML
- train.track.data.minibatch
- L89: minibatch: &MINIBATCH 32
Note that the number of iterations is determined as follows: #iterations = _nr_image_per_epoch // minibatch
- Modify the value in YAML
- train.track.data.nr_image_per_epoch
- L91: nr_image_per_epoch: &NR_IMAGE_PER_EPOCH 400000
- Modify the value in JSON (lr_policy)
- train.track.optim.optimizer.SGD.lr_policy
- L164: "end_lr": 0.08,
- L170: "start_lr": 0.08,
- Modify the value in JSON (lr_policy)
- train.track.optim.optimizer.SGD.lr_multiplier
- L179: "ratio": 0.1
- Modify the value in JSON (lr_policy)
- train.track.optim.grad_modifier
- Modify the value in YAML
- train.track.num_processes
- L51: num_processes: 2