Update CHANGELOG.md

pull/56/head
Xiaohang Zhan 2020-10-14 22:56:12 +08:00 committed by GitHub
parent d191601da6
commit 441c2791a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View File

@ -1,5 +1,21 @@
## Changelog
### v0.3.0 (14/10/2020)
#### Highlight
* Support Mixed Precision Training
* Improvement of GaussianBlur doubles the training speed
* More benchmarking results
#### Bug Fixes
* Fix bugs in moco v2, now the results are reproducible.
* Fix bugs in byol.
#### New Features
* Mixed Precision Training
* Improvement of GaussianBlur doubles the training speed of MoCo V2, SimCLR, BYOL
* More benchmarking results, including Places, VOC, COCO
### v0.2.0 (26/6/2020)
#### Highlights