likyoo / Siam-NestedUNet

The pytorch implementation for "SNUNet-CD: A Densely Connected Siamese Network for Change Detection of VHR Images"
MIT License
246 stars 59 forks source link

Use get_last_lr() instead of get_lr() #33

Closed patrickhwood closed 1 year ago

patrickhwood commented 1 year ago

Getting warnings about usage of scheduler.get_lr(); replace with scheduler.get_last_lr().

likyoo commented 1 year ago

yes, you are right! could you pull a request? thx