MCPcopy Index your code
hub / github.com/tensorflow/models / parse

Method parse

official/core/train_utils.py:316–323  ·  view source on GitHub ↗

Overrall process of constructing Experiment config.

(self)

Source from the content-addressed store, hash-verified

314 self._flags_obj = flags_obj
315
316 def parse(self):
317 """Overrall process of constructing Experiment config."""
318 params = self.base_experiment()
319 params = self.parse_config_file(params)
320 params = self.parse_runtime(params)
321 params = self.parse_data_service(params)
322 params = self.parse_params_override(params)
323 return params
324
325 def base_experiment(self):
326 """Get the base experiment config from --experiment field."""

Callers 2

parse_configurationFunction · 0.45

Calls 5

base_experimentMethod · 0.95
parse_config_fileMethod · 0.95
parse_runtimeMethod · 0.95
parse_data_serviceMethod · 0.95
parse_params_overrideMethod · 0.95

Tested by 1