MCPcopy Create free account
hub / github.com/auspicious3000/SpeechSplit / parse_values

Function parse_values

tfcompat/hparam.py:190–297  ·  view source on GitHub ↗

Parses hyperparameter values from a string into a python map. `values` is a string containing comma-separated `name=value` pairs. For each pair, the value of the hyperparameter named `name` is set to `value`. If a hyperparameter name appears multiple times in `values`, a ValueError is ra

(values, type_map)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

parseMethod · 0.85

Calls 3

_process_scalar_valueFunction · 0.85
_process_list_valueFunction · 0.85
_parse_failFunction · 0.85

Tested by

no test coverage detected