wekaDeeplearning4j-v1.3.0
Changes
- Update documentation
- Use IUpdater backend
- Remove per-layer parameters
- Introduce EarlyStopping condition (see the documentation)
- Use
$WEKA_HOME/network.log
as default logging file - Fix loading images for directories with spaces
- Logs now show metrics for training and validation set by default if EarlyStopping is enabled
Attention
This version is not compatible with configurations of earlier versions (< 1.3.0) due to the removal of many parameters in the layer configuration. These parameters are now in the NeuralNetConfiguration
. Furthermore, the Updater
parameters have been moved to the updater-editor. These changes make the use of many parameters more clear.
Update
Downloads removed due to a bug. Please use v1.3.1
or later.