Open liulan93 opened 5 months ago
Have a look under e.g. "https://pytorch.org/docs/stable/optim.html#constructing-it" about constructing an Optimizer
,
Then you could just add the lr
argument to e.g. "https://github.com/spmallick/learnopencv/blob/master/PyTorch-Multi-Label-Image-Classification/train.py#L67", isn't it?
As the code of train.py doesn't have learning rate parameter, how should I adjust this parameter? https://github.com/spmallick/learnopencv/blob/master/PyTorch-Multi-Label-Image-Classification/train.py