Skip to content

Commit

Permalink
fix: Fix wrong automatic batch size implementation coming from lightn…
Browse files Browse the repository at this point in the history
…ing (#118)

* fix: Fix wrong automatic batch size implementation coming from lightning

* build: Upgrade version

* docs: Update changelog
  • Loading branch information
lorenzomammana authored May 28, 2024
1 parent 112b405 commit 508406d
Show file tree
Hide file tree
Showing 4 changed files with 388 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
# Changelog
All notable changes to this project will be documented in this file.

### [2.1.7]

#### Fixed

- Fix lightning implementation of batch size finder not working properly when the initial batch size is bigger than the dataset length, now also the code checks that the last iteration works properly.

### [2.1.6]

#### Updated
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "quadra"
version = "2.1.6"
version = "2.1.7"
description = "Deep Learning experiment orchestration library"
authors = [
"Federico Belotti <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion quadra/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.1.6"
__version__ = "2.1.7"


def get_version():
Expand Down
Loading

0 comments on commit 508406d

Please sign in to comment.