Waikato / wekaDeeplearning4j

Weka package for the Deeplearning4j java library
https://deeplearning.cms.waikato.ac.nz/
GNU General Public License v3.0
184 stars 197 forks source link

Resumable #43

Closed m-a-hall closed 5 years ago

m-a-hall commented 5 years ago

Dl4jMlpClassifier now supports resuming of training after user-specified number of epochs has completed (i.e. the network can be told to iterate for another x epochs). This allows serialized models to continue training at a later date. GUI/command-line support for this in Weka will be in 3.8.4/3.9.4 when released (and is available in nightly snapshots until that time). Also fixed command-line option handling for LogConfiguration.

braun-steven commented 5 years ago

Thanks! Are there any prebuilt nightly snapshots of weka available or could you point me to some build instructions? I'd like to add some test cases first.