likyoo / Siam-NestedUNet

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

Use get_last_lr() instead of get_lr() #33

Closed patrickhwood closed 2 years ago

patrickhwood commented 2 years ago

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

likyoo commented 2 years ago

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