We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
hi, when i finetune the model,i need to freeze the syncbn. how can i do that?
The text was updated successfully, but these errors were encountered:
how r u fine tuning the model
Sorry, something went wrong.
You may use the eval mode. model.eval()
eval
model.eval()
how r u fine tuning the model i just fine tuning model like that https://hangzhang.org/PyTorch-Encoding/model_zoo/segmentation.html#pascal-voc-dataset but according to the deeplab3, we should freeze bn after coco pretrain.
No branches or pull requests
hi, when i finetune the model,i need to freeze the syncbn. how can i do that?
The text was updated successfully, but these errors were encountered: