DeepCL
SNAPSHOT
Deep convolutional neural networks using OpenCL
|
Use to read/write weights from a NeuralNet. More...
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 :-)