package caffe

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

message AccuracyParameter

caffe.proto:767

Used in: LayerParameter, V1LayerParameter

message AnnotatedDataParameter

caffe.proto:784

Used in: LayerParameter

message AnnotatedDatum

caffe.proto:143

An extension of Datum which contains "rich" annotations.

enum AnnotatedDatum.AnnotationType

caffe.proto:144

Used in: AnnotatedDataParameter, AnnotatedDatum

message Annotation

caffe.proto:131

Annotation for each object instance.

Used in: AnnotationGroup

message AnnotationGroup

caffe.proto:137

Group of annotations for a particular label.

Used in: AnnotatedDatum

message ArgMaxParameter

caffe.proto:794

Used in: LayerParameter, V1LayerParameter

message BatchNormParameter

caffe.proto:816

Used in: LayerParameter

message BatchSampler

caffe.proto:89

Sample a batch of bboxes with provided constraints.

Used in: AnnotatedDataParameter

message BiasParameter

caffe.proto:828

Used in: LayerParameter

message BlobProto

caffe.proto:9

Used in: BlobProtoVector, LayerParameter, SolverState, V0LayerParameter, V1LayerParameter

message BlobProtoVector

caffe.proto:25

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

message BlobShape

caffe.proto:5

Specifies the shape (dimensions) of a Blob.

Used in: BlobProto, DummyDataParameter, InputParameter, NetParameter, ParameterParameter, ReshapeParameter

message BoxAnnotatorOHEMParameter

caffe.proto:567

Used in: LayerParameter

message ConcatParameter

caffe.proto:805

Used in: LayerParameter, V1LayerParameter

message ContrastiveLossParameter

caffe.proto:860

Used in: LayerParameter, V1LayerParameter

message ConvolutionParameter

caffe.proto:872

Used in: LayerParameter, V1LayerParameter

enum ConvolutionParameter.Engine

caffe.proto:899

Used in: ConvolutionParameter

message CropParameter

caffe.proto:925

Used in: LayerParameter

message DataParameter

caffe.proto:943

Used in: LayerParameter, V1LayerParameter

enum DataParameter.DB

caffe.proto:944

Used in: DataParameter

message Datum

caffe.proto:29

Used in: AnnotatedDatum

message DetectionEvaluateParameter

caffe.proto:978

Message that store parameters used by DetectionEvaluateLayer

Used in: LayerParameter

message DetectionOutputParameter

caffe.proto:1035

Message that store parameters used by DetectionOutputLayer

Used in: LayerParameter

message DistortionParameter

caffe.proto:693

Message that stores parameters used by data transformer for distortion policy

Used in: TransformationParameter

message DropoutParameter

caffe.proto:1066

Used in: LayerParameter, V1LayerParameter

message DummyDataParameter

caffe.proto:1072

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

Used in: LayerParameter, V1LayerParameter

message ELUParameter

caffe.proto:1104

Message that stores parameters used by ELULayer

Used in: LayerParameter

message EltwiseParameter

caffe.proto:1089

Used in: LayerParameter, V1LayerParameter

enum EltwiseParameter.EltwiseOp

caffe.proto:1090

Used in: EltwiseParameter

message EmbedParameter

caffe.proto:1112

Message that stores parameters used by EmbedLayer

Used in: LayerParameter

message EmitConstraint

caffe.proto:108

Condition for emitting annotations.

Used in: TransformationParameter

enum EmitConstraint.EmitType

caffe.proto:109

Used in: EmitConstraint

message ExpParameter

caffe.proto:1126

Message that stores parameters used by ExpLayer

Used in: LayerParameter, V1LayerParameter

message ExpansionParameter

caffe.proto:725

Message that stores parameters used by data transformer for expansion policy

Used in: TransformationParameter

message FillerParameter

caffe.proto:156

Used in: BiasParameter, ConvolutionParameter, DummyDataParameter, EmbedParameter, InnerProductParameter, NormalizeParameter, PReLUParameter, RecurrentParameter, ScaleParameter, V0LayerParameter

enum FillerParameter.VarianceNorm

caffe.proto:169

Normalize the filler variance by fan_in, fan_out, or their average. Applies to 'xavier' and 'msra' fillers.

Used in: FillerParameter

message FlattenParameter

caffe.proto:1136

/ Message that stores parameters used by FlattenLayer

Used in: LayerParameter

message HDF5DataParameter

caffe.proto:1148

Message that stores parameters used by HDF5DataLayer

Used in: LayerParameter, V1LayerParameter

message HDF5OutputParameter

caffe.proto:1162

Used in: LayerParameter, V0LayerParameter, V1LayerParameter

message HingeLossParameter

caffe.proto:1166

Used in: LayerParameter, V1LayerParameter

enum HingeLossParameter.Norm

caffe.proto:1167

Used in: HingeLossParameter

message ImageDataParameter

caffe.proto:1175

Used in: LayerParameter, V1LayerParameter

message InfogainLossParameter

caffe.proto:1206

Used in: LayerParameter, V1LayerParameter

message InnerProductParameter

caffe.proto:1211

Used in: LayerParameter, V1LayerParameter

message InputParameter

caffe.proto:1228

Used in: LayerParameter

message LRNParameter

caffe.proto:1247

Message that stores parameters used by LRNLayer

Used in: LayerParameter, V1LayerParameter

enum LRNParameter.Engine

caffe.proto:1257

Used in: LRNParameter

enum LRNParameter.NormRegion

caffe.proto:1251

Used in: LRNParameter

message LabelMap

caffe.proto:51

message LabelMapItem

caffe.proto:43

The label (display) name and label id.

Used in: LabelMap

message LayerParameter

caffe.proto:440

NOTE Update the next available ID when you add a new LayerParameter field. LayerParameter next available layer-specific ID: 147 (last added: recurrent_param)

Used in: NetParameter

message LogParameter

caffe.proto:1237

Message that stores parameters used by LogLayer

Used in: LayerParameter

message LossParameter

caffe.proto:734

Message that stores parameters shared by loss layers

Used in: LayerParameter, V1LayerParameter

enum LossParameter.NormalizationMode

caffe.proto:740

How to normalize the loss for loss layers that aggregate across batches, spatial dimensions, or other dimensions. Currently only implemented in SoftmaxWithLoss and SigmoidCrossEntropyLoss layers.

Used in: LossParameter

message MVNParameter

caffe.proto:1344

Used in: LayerParameter, V1LayerParameter

message MemoryDataParameter

caffe.proto:1265

Used in: LayerParameter, V1LayerParameter

message MultiBoxLossParameter

caffe.proto:1273

Message that store parameters used by MultiBoxLossLayer

Used in: LayerParameter

enum MultiBoxLossParameter.ConfLossType

caffe.proto:1281

Confidence loss type.

Used in: MultiBoxLossParameter

enum MultiBoxLossParameter.LocLossType

caffe.proto:1275

Localization loss type.

Used in: MultiBoxLossParameter

enum MultiBoxLossParameter.MatchType

caffe.proto:1293

Matching method during training.

Used in: MultiBoxLossParameter

enum MultiBoxLossParameter.MiningType

caffe.proto:1332

Mining type during training. NONE : use all negatives. MAX_NEGATIVE : select negatives based on the score. HARD_EXAMPLE : select hard examples based on "Training Region-based Object Detectors with Online Hard Example Mining", Shrivastava et.al.

Used in: MultiBoxLossParameter

message NetParameter

caffe.proto:177

Used in: SolverParameter

message NetState

caffe.proto:387

Used in: NetParameter, SolverParameter

message NetStateRule

caffe.proto:393

Used in: LayerParameter, V1LayerParameter

message NoiseParameter

caffe.proto:656

Message that stores parameters used by data transformer for transformation policy

Used in: TransformationParameter

message NonMaximumSuppressionParameter

caffe.proto:999

Used in: DetectionOutputParameter, MultiBoxLossParameter

message NormalizeParameter

caffe.proto:1356

Message that stores parameters used by NormalizeLayer

Used in: LayerParameter

message NormalizedBBox

caffe.proto:119

The normalized bounding box [0, 1] w.r.t. the input image size.

Used in: Annotation

message PReLUParameter

caffe.proto:1940

Parametric ReLU described in K. He et al, Delving Deep into Rectifiers: Surpassing Human-Level Performance on ImageNet Classification, 2015.

Used in: LayerParameter

message PSROIPoolingParameter

caffe.proto:562

use for RFCN

Used in: LayerParameter

message ParamSpec

caffe.proto:413

Specifies training parameters (multipliers on global learning constants, and the name and other settings used for weight sharing).

Used in: LayerParameter

enum ParamSpec.DimCheckMode

caffe.proto:422

Used in: ParamSpec

message ParameterParameter

caffe.proto:1366

Used in: LayerParameter

message PermuteParameter

caffe.proto:1370

Used in: LayerParameter

enum Phase

caffe.proto:382

Used in: LayerParameter, NetState, NetStateRule

message PoolingParameter

caffe.proto:1377

Used in: LayerParameter, V1LayerParameter

enum PoolingParameter.Engine

caffe.proto:1395

Used in: PoolingParameter

enum PoolingParameter.PoolMethod

caffe.proto:1378

Used in: PoolingParameter

message PowerParameter

caffe.proto:1406

Used in: LayerParameter, V1LayerParameter

message PriorBoxParameter

caffe.proto:1414

Message that store parameters used by PriorBoxLayer

Used in: LayerParameter

enum PriorBoxParameter.CodeType

caffe.proto:1416

Encode/decode type.

Used in: DetectionOutputParameter, MultiBoxLossParameter

message PythonParameter

caffe.proto:1455

Used in: LayerParameter

message ROIPoolingParameter

caffe.proto:551

use for faster-RCNN

Used in: LayerParameter

message ReLUParameter

caffe.proto:1518

Message that stores parameters used by ReLULayer

Used in: LayerParameter, V1LayerParameter

enum ReLUParameter.Engine

caffe.proto:1525

Used in: ReLUParameter

message RecurrentParameter

caffe.proto:1470

Message that stores parameters used by RecurrentLayer

Used in: LayerParameter

message ReductionParameter

caffe.proto:1489

Message that stores parameters used by ReductionLayer

Used in: LayerParameter

enum ReductionParameter.ReductionOp

caffe.proto:1490

Used in: ReductionParameter

message ReshapeParameter

caffe.proto:1533

Used in: LayerParameter

message ResizeParameter

caffe.proto:609

Message that stores parameters used by data transformer for resize policy

Used in: DetectionEvaluateParameter, SaveOutputParameter, TransformationParameter

enum ResizeParameter.Interp_mode

caffe.proto:637

Same as in OpenCV

Used in: ResizeParameter

enum ResizeParameter.Pad_mode

caffe.proto:625

Used in: ResizeParameter

enum ResizeParameter.Resize_mode

caffe.proto:613

Used in: ResizeParameter

message SPPParameter

caffe.proto:1737

Used in: LayerParameter

enum SPPParameter.Engine

caffe.proto:1745

Used in: SPPParameter

enum SPPParameter.PoolMethod

caffe.proto:1738

Used in: SPPParameter

message SaltPepperParameter

caffe.proto:648

Used in: NoiseParameter

message SampleConstraint

caffe.proto:69

Constraints for selecting sampled bbox.

Used in: BatchSampler

message Sampler

caffe.proto:56

Sample a bbox in the normalized space [0, 1] with provided constraints.

Used in: BatchSampler

message SaveOutputParameter

caffe.proto:1008

Used in: DetectionOutputParameter

message ScaleParameter

caffe.proto:1597

Used in: LayerParameter

message SigmoidParameter

caffe.proto:1634

Used in: LayerParameter, V1LayerParameter

enum SigmoidParameter.Engine

caffe.proto:1635

Used in: SigmoidParameter

message SliceParameter

caffe.proto:1643

Used in: LayerParameter, V1LayerParameter

message SoftmaxParameter

caffe.proto:1655

Message that stores parameters used by SoftmaxLayer, SoftmaxWithLossLayer

Used in: LayerParameter, V1LayerParameter

enum SoftmaxParameter.Engine

caffe.proto:1656

Used in: SoftmaxParameter

message SolverParameter

caffe.proto:215

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

//////////////////////////////////////////////////////////////////////////// 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.SnapshotFormat

caffe.proto:322

Used in: SolverParameter

enum SolverParameter.SolverMode

caffe.proto:328

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

Used in: SolverParameter

enum SolverParameter.SolverType

caffe.proto:360

DEPRECATED: old solver enum types, use string instead

Used in: SolverParameter

message SolverState

caffe.proto:373

A message that stores the solver snapshots

message TanHParameter

caffe.proto:1669

Used in: LayerParameter, V1LayerParameter

enum TanHParameter.Engine

caffe.proto:1670

Used in: TanHParameter

message ThresholdParameter

caffe.proto:1688

Message that stores parameters used by ThresholdLayer

Used in: LayerParameter, V1LayerParameter

message TileParameter

caffe.proto:1679

Message that stores parameters used by TileLayer

Used in: LayerParameter

message TransformationParameter

caffe.proto:574

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

Used in: LayerParameter, V1LayerParameter

message V0LayerParameter

caffe.proto:1848

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

Used in: V1LayerParameter

enum V0LayerParameter.PoolMethod

caffe.proto:1862

Used in: V0LayerParameter

message V1LayerParameter

caffe.proto:1754

DEPRECATED: use LayerParameter.

Used in: NetParameter

enum V1LayerParameter.DimCheckMode

caffe.proto:1806

Used in: V1LayerParameter

enum V1LayerParameter.LayerType

caffe.proto:1760

Used in: V1LayerParameter

message VideoDataParameter

caffe.proto:1692

Used in: LayerParameter

enum VideoDataParameter.VideoType

caffe.proto:1693

Used in: VideoDataParameter

message WindowDataParameter

caffe.proto:1704

Used in: LayerParameter, V1LayerParameter