DeepCL  SNAPSHOT
Deep convolutional neural networks using OpenCL
List of all members
WeightsPersister Class Reference

Use to read/write weights from a NeuralNet. More...

Detailed Description

Use to read/write weights from a NeuralNet.

whilst this class is portable, the weights files created totally are not (ie: endianness) but okish for now... (since it's not like weights files tend to be shared around much, and if they are, then the quickly-written file created by this could be converted by another utility into a portable datafile

Target usage for this class is quickly snapshotting the weights after each epoch. Therefore should be: fast, low IO :-)

Public API

The documentation for this class was generated from the following files: