Added norm freezing doc
#6
by
Alanox
- opened
README.md
CHANGED
@@ -141,6 +141,8 @@ Images are resized to 640x640 pixels and rescaled with `image_mean=[0.485, 0.456
|
|
141 |
|
142 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/6579e0eaa9e58aec614e9d97/E15I9MwZCtwNIms-W8Ra9.png)
|
143 |
|
|
|
|
|
144 |
|
145 |
## Evaluation
|
146 |
|
|
|
141 |
|
142 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/6579e0eaa9e58aec614e9d97/E15I9MwZCtwNIms-W8Ra9.png)
|
143 |
|
144 |
+
Freezing BN is `True` by default for R18 and R34 versions due to backwards compatibility. But in the original implementation the value is `False`.
|
145 |
+
Set `freeze_backbone_batch_norms=False` for original model behaviour.
|
146 |
|
147 |
## Evaluation
|
148 |
|