Skip to content

Commit 25e1874

Browse files
committed
Update changelog.
1 parent dd4c3a3 commit 25e1874

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,25 @@
22

33
## Upcoming
44

5-
* __Breaking__: SimpleTrainingLoop will be replaced with SimpleTrainingStep, utilizing composition over inheritance.
65
* Implement distributed training loop.
6+
* Implement `StateSerializable` interface for training loops and training steps to support training loop checkpoint.
7+
* Implement evaluation loop.
8+
9+
## [v0.1.0](https://github.com/beekill95/torch-training-loop/releases/tag/v0.1.0) - 2023-11-03
10+
11+
`TrainingLoop` instances can be initialized directly.
12+
They receives an instance of `TrainingStep` specifying the logic of training/validating a model.
13+
14+
### Removed
15+
16+
* __Breaking__: Remove `SimpleTrainingLoop`, replace it with `SimpleTrainingStep`.
17+
([#11](https://github.com/beekill95/torch-training-loop/pull/11))
18+
* Remove `tensorboard` dependency.
19+
20+
### Added
21+
22+
* Add usage section in README.
23+
* Add an example for training conditional GAN on Fashion MNIST with custom loop.
724

825
## [v0.0.3](https://github.com/beekill95/torch-training-loop/releases/tag/v0.0.3) - 2023-10-25
926

0 commit comments

Comments
 (0)