diff --git a/CHANGELOG.md b/CHANGELOG.md index 22f52519..0bd705e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,11 @@ * -# v1.3 +# v1.3.1 + +* Bug fix for when changing the GPU device twice with optimizer having a state would crash. +# v1.3 * A progress bar is now set on validation a model (similar to training). It is disableable by passing `progress_options=dict(show_on_valid=False)` in the `fit*` methods.