huochaitiantang / pytorch-deep-image-matting

Pytorch implementation of deep image matting
294 stars 71 forks source link

step parameter #37

Open sergiomena opened 4 years ago

sergiomena commented 4 years ago

Hi @huochaitiantang , firstly thanks for the good job! I am trying the training of the model and everything works well, but I don't understand the meaning of the parameter "step". In the train.sh is set to -1 and in the train.py to 10. Which is the meaning of these numbers? It seems is serve to influence the learning rate during training, but I don't understand how Thanks in advance!