-
Notifications
You must be signed in to change notification settings - Fork 508
Open
Description
Hi,
I have tried simple classification dataset "German credit data" to make predictions.
I load the model_search saved_model.pb model.
importedModel = tf.saved_model.load(saved_model_dir)
But, when I try to predict or make summary() from the model ,I get the following error,
AttributeError: 'AutoTrackable' object has no attribute 'summary'
When I print print (gs_model.signatures), I got "['serving_default']".
How can I predict, get metrics like f1_score, accuracy, R2,etc from the model.
Is it possible to store the model_search model as tenorflow v2 compatible in oss_trainer_lib.py instead of "estimator"model.
Pls suggest on this.
I am using tensorflow 2.4.0
How can I make the model to work like keras model.
Thanks,
SJRam
Metadata
Metadata
Assignees
Labels
No labels