![]() |
Verifies that the model_config and feature_configs are fully specified.
tfl.premade_lib.verify_config(
model_config
)
Args | |
---|---|
model_config
|
Model configuration object describing model architecture.
Should be one of the model configs in tfl.configs .
|