use of com.simiacryptus.mindseye.layers.cudnn.ImgMinSizeLayer in project MindsEye by SimiaCryptus.
the class VGG16_HDF5 method phase0.
/**
* Phase 0.
*/
protected void phase0() {
add(new ImgMinSizeLayer(226, 226));
add(new ImgBandBiasLayer(3).set(new Tensor(-103.939, -116.779, -123.68)));
}
use of com.simiacryptus.mindseye.layers.cudnn.ImgMinSizeLayer in project MindsEye by SimiaCryptus.
the class VGG19_HDF5 method phase0.
/**
* Phase 0.
*/
protected void phase0() {
add(new ImgMinSizeLayer(226, 226));
add(new ImgBandBiasLayer(3).set(new Tensor(-103.939, -116.779, -123.68)));
}
Aggregations