Struct Config

Struct Documentation

struct Config

The main class of the multi/single-stage model config scheme (multi- stage models consists of interconnected single-stage models).

@type config_version: str @ivar config_version: String representing config schema version in format ‘x.y’ where x is major version and y is minor version @type model: Model @ivar model: A Model object representing the neural network used in the archive. The main class of the multi/single-stage model config scheme (multi- stage models consists of interconnected single-stage models).

@type config_version: str @ivar config_version: String representing config schema version in format ‘x.y’ where x is major version and y is minor version @type model: Model @ivar model: A Model object representing the neural network used in the archive.

Public Members

std::optional<std::string> configVersion

String representing config schema version in format ‘x.y’ where x is major version and y is minor version.

Model model

A Model object representing the neural network used in the archive.