You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like the config does not rely on the __init__ method; and relies on the get_config and from_config method of the (custom) metrics class.
This distinction is important as TFX's Evaluator serialize and deserialize the metric and __init__ is not used during the final metrics evaluation. Not sure if the issue should be raised with TFX or TFMA.
Describe the problem
It seems like the
config
does not rely on the__init__
method; and relies on theget_config
andfrom_config
method of the (custom) metrics class.This distinction is important as TFX's
Evaluator
serialize and deserialize the metric and__init__
is not used during the final metrics evaluation. Not sure if the issue should be raised with TFX or TFMA.model-analysis/tensorflow_model_analysis/proto/config.proto
Lines 407 to 414 in 4ea7d16
Link to TFX Issue: tensorflow/tfx#4022
The text was updated successfully, but these errors were encountered: