package caffe

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message AccuracyParameter

caffe.proto:381

Message that stores parameters used by AccuracyLayer

Used in: LayerParameter

message ArgMaxParameter

caffe.proto:389

Message that stores parameters used by ArgMaxLayer

Used in: LayerParameter

message BlobProto

caffe.proto:5

Used in: BlobProtoVector, LayerParameter, SolverState, V0LayerParameter

message BlobProtoVector

caffe.proto:16

The BlobProtoVector is simply a way to pass multiple blobproto instances around.

message ConcatParameter

caffe.proto:396

Message that stores parameters used by ConcatLayer

Used in: LayerParameter

message ContrastiveLossParameter

caffe.proto:404

Message that stores parameters used by ContrastiveLossLayer

Used in: LayerParameter

message ConvolutionParameter

caffe.proto:410

Message that stores parameters used by ConvolutionLayer

Used in: LayerParameter

enum ConvolutionParameter.Engine

caffe.proto:427

Used in: ConvolutionParameter

message DataParameter

caffe.proto:436

Message that stores parameters used by DataLayer

Used in: LayerParameter

enum DataParameter.DB

caffe.proto:437

Used in: DataParameter

message Datum

caffe.proto:20

message DropoutParameter

caffe.proto:465

Message that stores parameters used by DropoutLayer

Used in: LayerParameter

message DummyDataParameter

caffe.proto:472

Message that stores parameters used by DummyDataLayer. DummyDataLayer fills any number of arbitrarily shaped blobs with random (or constant) data generated by "Fillers" (see "message FillerParameter").

Used in: LayerParameter

message EltwiseParameter

caffe.proto:488

Message that stores parameters used by EltwiseLayer

Used in: LayerParameter

enum EltwiseParameter.EltwiseOp

caffe.proto:489

Used in: EltwiseParameter

message ExpParameter

caffe.proto:503

Message that stores parameters used by ExpLayer

Used in: LayerParameter

message FillerParameter

caffe.proto:33

Used in: ConvolutionParameter, DummyDataParameter, InnerProductParameter, V0LayerParameter

message HDF5DataParameter

caffe.proto:513

Message that stores parameters used by HDF5DataLayer

Used in: LayerParameter

message HDF5OutputParameter

caffe.proto:521

Message that stores parameters used by HDF5OutputLayer

Used in: LayerParameter, V0LayerParameter

message HingeLossParameter

caffe.proto:525

Used in: LayerParameter

enum HingeLossParameter.Norm

caffe.proto:526

Used in: HingeLossParameter

message ImageDataParameter

caffe.proto:535

Message that stores parameters used by ImageDataLayer

Used in: LayerParameter

message InfogainLossParameter

caffe.proto:567

Message that stores parameters InfogainLossLayer

Used in: LayerParameter

message InnerProductParameter

caffe.proto:573

Message that stores parameters used by InnerProductLayer

Used in: LayerParameter

message LRNParameter

caffe.proto:581

Message that stores parameters used by LRNLayer

Used in: LayerParameter

enum LRNParameter.NormRegion

caffe.proto:585

Used in: LRNParameter

message LayerParameter

caffe.proto:211

NOTE Update the next available ID when you add a new LayerParameter field. LayerParameter next available ID: 43 (last added: loss_param)

Used in: NetParameter, NetParameterPrettyPrint

enum LayerParameter.DimCheckMode

caffe.proto:289

Used in: LayerParameter

enum LayerParameter.LayerType

caffe.proto:232

NOTE Add new LayerTypes to the enum below in lexicographical order (other than starting with NONE), starting with the next available ID in the comment line above the enum. Update the next available ID when you add a new LayerType. LayerType next available ID: 42 (last added: IMAGE_CONTEXT_DATA)

Used in: LayerParameter

message LossParameter

caffe.proto:372

Message that stores parameters shared by loss layers

Used in: LayerParameter

message MVNParameter

caffe.proto:602

Message that stores parameters used by MVNLayer

Used in: LayerParameter

message MemoryDataParameter

caffe.proto:594

Message that stores parameters used by MemoryDataLayer

Used in: LayerParameter

message NetParameter

caffe.proto:46

Used in: SolverParameter

message NetParameterPrettyPrint

caffe_pretty_print.proto:12

A near-duplicate of NetParameter with fields re-numbered to beautify automatic prototext dumps. The main practical purpose is to print inputs before layers, because having inputs at the end looks weird. NetParameterPrettyPrint should never be used in code except for conversion FROM NetParameter and subsequent dumping to proto text file.

message NetState

caffe.proto:183

Used in: NetParameter, SolverParameter

message NetStateRule

caffe.proto:189

Used in: LayerParameter

enum Phase

caffe.proto:178

Used in: NetState, NetStateRule

message PoolingParameter

caffe.proto:611

Message that stores parameters used by PoolingLayer

Used in: LayerParameter

enum PoolingParameter.Engine

caffe.proto:629

Used in: PoolingParameter

enum PoolingParameter.PoolMethod

caffe.proto:612

Used in: PoolingParameter

message PowerParameter

caffe.proto:641

Message that stores parameters used by PowerLayer

Used in: LayerParameter

message ReLUParameter

caffe.proto:649

Message that stores parameters used by ReLULayer

Used in: LayerParameter

enum ReLUParameter.Engine

caffe.proto:656

Used in: ReLUParameter

message SigmoidParameter

caffe.proto:665

Message that stores parameters used by SigmoidLayer

Used in: LayerParameter

enum SigmoidParameter.Engine

caffe.proto:666

Used in: SigmoidParameter

message SliceParameter

caffe.proto:675

Message that stores parameters used by SliceLayer

Used in: LayerParameter

message SoftmaxParameter

caffe.proto:685

Message that stores parameters used by SoftmaxLayer, SoftmaxWithLossLayer

Used in: LayerParameter

enum SoftmaxParameter.Engine

caffe.proto:686

Used in: SoftmaxParameter

message SolverParameter

caffe.proto:69

NOTE Update the next available ID when you add a new SolverParameter field. SolverParameter next available ID: 36 (last added: iter_size)

//////////////////////////////////////////////////////////////////////////// Specifying the train and test networks Exactly one train net must be specified using one of the following fields: train_net_param, train_net, net_param, net One or more test nets may be specified using any of the following fields: test_net_param, test_net, net_param, net If more than one test net field is specified (e.g., both net and test_net are specified), they will be evaluated in the field order given above: (1) test_net_param, (2) test_net, (3) net_param/net. A test_iter must be specified for each test_net. A test_level and/or a test_stage may also be specified for each test_net. ////////////////////////////////////////////////////////////////////////////

enum SolverParameter.SolverMode

caffe.proto:140

the mode solver will use: 0 for CPU and 1 for GPU. Use GPU in default.

Used in: SolverParameter

enum SolverParameter.SolverType

caffe.proto:153

Solver type

Used in: SolverParameter

message SolverState

caffe.proto:171

A message that stores the solver snapshots

message TanHParameter

caffe.proto:695

Message that stores parameters used by TanHLayer

Used in: LayerParameter

enum TanHParameter.Engine

caffe.proto:696

Used in: TanHParameter

message ThresholdParameter

caffe.proto:705

Message that stores parameters used by ThresholdLayer

Used in: LayerParameter

message TransformationParameter

caffe.proto:354

Message that stores parameters used to apply transformation to the data layer's data

Used in: LayerParameter

message V0LayerParameter

caffe.proto:745

DEPRECATED: V0LayerParameter is the old way of specifying layer parameters in Caffe. We keep this message type around for legacy support.

Used in: LayerParameter

enum V0LayerParameter.PoolMethod

caffe.proto:759

Used in: V0LayerParameter

message WindowDataParameter

caffe.proto:710

Message that stores parameters used by WindowDataLayer

Used in: LayerParameter