tfl.premade_lib.verify_config
Verifies that the model_config and feature_configs are properly 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 .
|
Raises |
ValueError
|
If model_config.feature_configs is None.
|
ValueError
|
If model_config.output_initialization is not iterable or
contains non-{int/float} values.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-02 UTC.
[null,null,["Last updated 2024-08-02 UTC."],[],[]]