yingkaisha/keras-unet-collection

"freeze_backbone" as RHS for both "freeze_backbone" and "freeze_batch_norm" arguments

ironhide23586 opened this issue · 1 comments

The same value of freeze_backbone is being erroneously fed in to both these arguments; check it out at the permalink below-

backbone=backbone, weights=weights, freeze_backbone=freeze_backbone, freeze_batch_norm=freeze_backbone, name=name)

Request a quick fix :)

Cheers! ψ(`∇´)ψ

Hi I've fixed the issue; it is available in pip install keras-unet-collection==0.1.7.