Open yimellia opened 1 year ago
What is the use of step_size in cfgs/custom.yaml?
it is the step_size of the Stepdecay in optimizer.
Is it responsible for learning rate decay? However, I cannot see any learning rate decay in the tensorboard graphs.
see the line 126 in train.py
What is the use of step_size in cfgs/custom.yaml?