package learning.adanets.phoenix.proto

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

message ArchitectureReplay

phoenix_spec.proto:146

Next id: 2

Used in: PhoenixSpec

message LearningSpec

phoenix_spec.proto:28

Used in: PhoenixSpec

message LinearModelSpec

phoenix_spec.proto:119

Parameters that apply only to the LinearModel search algorithm.

Used in: PhoenixSpec

enum LinearModelSpec.NetworkAlignment

phoenix_spec.proto:122

Controls how to align variable-depth architectures such that all architectures can be encoded as a fixed-length feature vector input.

Used in: LinearModelSpec

message PhoenixSpec

phoenix_spec.proto:153

Next id: 53

enum PhoenixSpec.ProblemType

phoenix_spec.proto:250

How does the input look like? Use DNN if you have many feature columns. Use CNN for plate tensors like images or speech (timeframes X freq. bands) Use RNN_ALL_ACTIVATIONS for language model like classification. I.e., Assume a label for every input in the sequence. For one classification rnn (i.e., one label per sequence), use RNN_LAST_ACTIVATIONS

Used in: PhoenixSpec

enum PhoenixSpec.SearchType

phoenix_spec.proto:154

Used in: PhoenixSpec

message TaskSpec

phoenix_spec.proto:94

This message helps Phoenix to search for an architecture when we are optimizing for multiple tasks. The search is trying to find a good architecture for the shared model. We will call the logits of the shared model (shared across the various tasks) `search logits`. You can specify how to create `final logits` for the tasks given the search logits. I.e., you can specify what blocks to add above the shared model to the specific task - This addition is currently fixed and not searchable. Next id: 8

Used in: PhoenixSpec

message TowerSuggestion

phoenix_spec.proto:75

Next id: 3

Used in: ArchitectureReplay, PhoenixSpec