Releases: neptune-ai/neptune-tensorflow-keras
Releases · neptune-ai/neptune-tensorflow-keras
2.2.2
What's Changed
- Handled additional kwargs passed to
model.summary()'sprint_fnby @SiddhantSadangi in #61
Full Changelog: 2.2.1...2.2.2
2.2.1
What's Changed
- Added
log_model_summaryparameter by @SiddhantSadangi in #60
New Contributors
- @Patrycja-J made their first contribution in #58
- @SiddhantSadangi made their first contribution in #60
Full Changelog: 2.2.0...2.2.1
2.2.0
2.1.1
2.1.0
Changes
- Removed
neptuneandneptune-clientfrom base requirements. - Added checking
neptuneorneptune-clientinstallation during runtime.
2.0.1
Updated requirements, so that the integration now uses and installs neptune, instead of neptune-client
2.0.0
1.2.1
1.2.0
Changes
Fixes
1.1.0
We fixed a bug that crashed the integration with an error message ValueError: This model has not yet been built. Build the model first by calling build() or by calling the model on a batch of data., when the input layer of a neural network didn't have the input_shape parameter defined or the model was not built.