From bf5f9c6891ff4fc452c3a5292a304b3669ec0be4 Mon Sep 17 00:00:00 2001 From: deepkyu Date: Fri, 24 Nov 2023 17:22:21 +0900 Subject: [PATCH] v0.0.10 release commit --- CHANGELOG.md | 18 ++++++++++++++++++ src/netspresso_trainer/VERSION | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 263b762f7..ab49db996 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 429d94ae0..b0a122753 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