prototxtbased
Prototxtbased is an adjective used to describe software components, models, or configurations that are defined primarily through prototxt files—the human-readable textual representations of protocol buffer messages.
In practice this term is most closely associated with the Caffe deep learning framework, where network architectures
The files are parsed by the framework at runtime or during model initialization, in combination with binary
Limitations include potential for syntax errors, lack of static type checks, and larger edit diffs; editing