Skip to content

Commit b267ad9

Browse files
authored
Merge pull request #6 from maxmekiska/development
added variable depth architectures, optimizer configs
2 parents c3f9fa6 + b04045d commit b267ad9

File tree

16 files changed

+2196
-564
lines changed

16 files changed

+2196
-564
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,10 @@ activation function type
7474

7575
- added Tensorboard support
7676
- changed show_performance plot to show loss and metric values
77-
- added optional dropout and regularization layers to architectures
77+
- added optional dropout and regularization layers to architectures
78+
79+
### 1.3.0
80+
81+
- added depth parameter to architectures
82+
- added optimizer configuration support
83+
- added optimizer configuration to seeker

README.md

Lines changed: 202 additions & 1 deletion
Large diffs are not rendered by default.

imbrium/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "1.2.0"
1+
__version__ = "1.3.0"
22

33
from imbrium import architectures, blueprints, predictors, utils

0 commit comments

Comments
 (0)