tlc121 / FsFont

Official PaddlePaddle Implementation of Few-Shot Font Generation by Learning Fine-Grained Local Styles (FsFont)
Other
64 stars 8 forks source link

What does step_size means? #18

Open yimellia opened 1 year ago

yimellia commented 1 year ago

What is the use of step_size in cfgs/custom.yaml?

tlc121 commented 1 year ago

it is the step_size of the Stepdecay in optimizer.

yimellia commented 1 year ago

Is it responsible for learning rate decay? However, I cannot see any learning rate decay in the tensorboard graphs.

tlc121 commented 1 year ago

see the line 126 in train.py