Skip to content

Commit

Permalink
Merge pull request #6 from maxmekiska/development
Browse files Browse the repository at this point in the history
added variable depth architectures, optimizer configs
  • Loading branch information
maxmekiska committed Apr 23, 2023
2 parents c3f9fa6 + b04045d commit b267ad9
Show file tree
Hide file tree
Showing 16 changed files with 2,196 additions and 564 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Expand Up @@ -74,4 +74,10 @@ activation function type

- added Tensorboard support
- changed show_performance plot to show loss and metric values
- added optional dropout and regularization layers to architectures
- added optional dropout and regularization layers to architectures

### 1.3.0

- added depth parameter to architectures
- added optimizer configuration support
- added optimizer configuration to seeker
203 changes: 202 additions & 1 deletion README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion imbrium/__init__.py
@@ -1,3 +1,3 @@
__version__ = "1.2.0"
__version__ = "1.3.0"

from imbrium import architectures, blueprints, predictors, utils

0 comments on commit b267ad9

Please sign in to comment.