diff --git a/CHANGELOG.md b/CHANGELOG.md index 263b762f..ab49db99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ ## New Features: +- + +## Bug Fixes: + +- + +## Breaking Changes: + +- + +## Other Changes: + +- + +# v0.0.10 + +## New Features: + - Add a gpu option in `train_with_config` (only single-GPU supported) by `@deepkyu` in [PR 219](https://github.com/Nota-NetsPresso/netspresso-trainer/pull/219) - Support augmentation for classification task: cutmix, mixup by `@illian01` in [PR 221](https://github.com/Nota-NetsPresso/netspresso-trainer/pull/221) - Add model: MixNet by `@illian01` in [PR 229](https://github.com/Nota-NetsPresso/netspresso-trainer/pull/229) diff --git a/src/netspresso_trainer/VERSION b/src/netspresso_trainer/VERSION index 429d94ae..b0a12275 100644 --- a/src/netspresso_trainer/VERSION +++ b/src/netspresso_trainer/VERSION @@ -1 +1 @@ -0.0.9 \ No newline at end of file +0.0.10 \ No newline at end of file