facebookresearch / ClassyVision

An end-to-end PyTorch framework for image and video classification
https://classyvision.ai
MIT License
1.59k stars 277 forks source link

update breaking changes of v0.5 release in README.md #684

Closed ajndkr closed 3 years ago

ajndkr commented 3 years ago

📚 Documentation

https://github.com/facebookresearch/ClassyVision#breaking-changes section of README.md needs to be updated:

Renamed is_master to is_leader in distributed_util (#576) -> Renamed is_master to is_primary in distributed_util (#576)

mannatsingh commented 3 years ago

Thanks so much for catching that @AjinkyaIndulkar , let me fix it!