likyoo / Siam-NestedUNet

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

Get rid of warnings about get_lr() and zero division. #34

Closed patrickhwood closed 2 years ago

patrickhwood commented 2 years ago

Changed get_lr() to get_last_lr() and added zero_division=0 to get rid of warning messages.