google-research / albert

ALBERT: A Lite BERT for Self-supervised Learning of Language Representations
Apache License 2.0
3.23k stars 570 forks source link

ValueError: Signature 'serving_default' is missing from meta graph. #201

Open preethamgali opened 4 years ago

preethamgali commented 4 years ago

%tensorflow_version 2.x

!tensorflowjs_converter \ --input_format=tf_hub \ --signature_name="serving_default" \ "https://tfhub.dev/google/albert_base/3" \ "./web_saved_model"

I am looking for signature_name.