Skip to content

Commit

Permalink
v0.0.10 release commit
Browse files Browse the repository at this point in the history
  • Loading branch information
deepkyu committed Nov 24, 2023
1 parent e004900 commit bf5f9c6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/netspresso_trainer/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.9
0.0.10

0 comments on commit bf5f9c6

Please sign in to comment.