Slide 13
Slide 13 text
13
Working with Caffe
●
Layers defined as prototxt files.
●
Just have to write two files:
●
NetArchitecture.prototxt
●
Solver.prototxt
●
Input data can be in the form of raw images or
from database.
●
Bulk Image transfromation inbuilt.
●
Can generate visualization of our net.
●
Available Layers: Input, Convolutional, Fully
Connected, ReLu, Pooling, Softmax, Accuracy,
LRN.