package syntaxnet.dragnn

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

message ComponentSpec

spec.proto:23

Complete specification for a single task.

Used in: MasterSpec

message ComponentStepTrace

trace.proto:38

The trace for a single step of a single Component.

Used in: ComponentTrace

message ComponentTrace

trace.proto:59

The traces for all steps for a single Component.

Used in: MasterTrace

message DragnnTrace

trace.proto:73

Main proto being used to trace parsing.

message FixedFeatureChannel

spec.proto:98

Specification for a feature channel that is a *fixed* function of the input. NEXT_ID: 10

Used in: ComponentSpec

message FixedFeatureChannelTrace

trace.proto:10

Describes single embedding "group", e.g., 'words', 'tags'. Each group shares an embedding space.

Used in: ComponentStepTrace

message FixedFeatures

data.proto:13

A fixed sparse bag of features in DRAGNN. The id, weight, and description fields are all aligned if present (ie, any of these that are non-empty should have the same # items). If weight is omitted, 1.0 is used. These features as interepreted as multiple firings of a single feature template: e.g., for a single focus word, a bag of ngrams.

Used in: FixedFeatureChannelTrace

message GridPoint

spec.proto:178

A hyperparameter configuration for a training run. NEXT ID: 22

Used in: GridPoint.CompositeOptimizerSpec, TrainingGridSpec

message GridPoint.CompositeOptimizerSpec

spec.proto:221

A spec for using multiple optimization methods.

Used in: GridPoint

message LinkFeatures

data.proto:27

A feature in DRAGNN thats link a component to another or a component to itself recurrently. If batch_idx or beam_idx are omitted, 0 is used.

Used in: LinkedFeatureChannelTrace

message LinkedFeatureChannel

spec.proto:139

Specification for a feature channel that *links* to component activations. Note that the "vocabulary" of these features is the activations that they are linked to, so it is determined by the other components in the spec.

Used in: ComponentSpec

message LinkedFeatureChannelTrace

trace.proto:19

Trace for an entire linked feature channel.

Used in: ComponentStepTrace

message MasterSpec

spec.proto:13

Proto to specify a set of DRAGNN components (transition systems) that are trained and evaluated jointly. Each component gets one ComponentSpec. The order of component is important: a component can only link to components that come before (for now.) NEXT ID: 6

message MasterTrace

trace.proto:68

The traces for all Components.

Used in: DragnnTrace

message Part

spec.proto:82

The Parts here should be more or less compatible with TaskInput.

Used in: Resource

message RegisteredModuleSpec

spec.proto:64

Super generic container for any registered sub-piece of DRAGNN.

Used in: ComponentSpec

message Resource

spec.proto:76

Fixed resources that will be converted into TaskInput's when calling SAFT code.

Used in: ComponentSpec, FixedFeatureChannel

message TrainTarget

spec.proto:254

Training target to be built into the graph.

Used in: TrainingGridSpec

message TrainingGridSpec

spec.proto:168

A vector of hyperparameter configurations to search over.