yeyupiaoling/AudioClassification-Pytorch

StepLr

vodanhbk95 opened this issue · 1 comments

in your code, you're using steplr scheduler = StepLR(optimizer, step_size=args.learning_rate, gamma=0.8, verbose=True) . It's mean that you're using step_size=1e-3. Something wrong here???

Yes, I have fixed it. Thank you for bringing it up.