Add layers to a NeuralNet object, based on a netdef-string.
More...
Add layers to a NeuralNet object, based on a netdef-string.
eg "8c5-mp2" will add a convolutional layer with 8 filter, each 5 by 5; and one max-pooling layer, over 2x2 based on the notation proposed in Multi-column Deep Neural Networks for Image Classification
- Public API
publicapi STATIC bool NetdefToNet::createNetFromNetdef |
( |
NeuralNet * |
net, |
|
|
std::string |
netdef |
|
) |
| |
|
static |
publicapi STATIC bool NetdefToNet::createNetFromNetdefCharStar |
( |
NeuralNet * |
net, |
|
|
const char * |
netdef |
|
) |
| |
|
static |
The documentation for this class was generated from the following files:
- NetdefToNet.h
- NetdefToNet.cpp