Update the docstring to make it consistent with the model option update.
PiperOrigin-RevId: 488761331
This commit is contained in:
parent
496720308c
commit
e65f21e2d8
|
@ -177,7 +177,7 @@ class ImageClassifier(classifier.Classifier):
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
model_name: File name to save TFLite model with metadata. The full export
|
model_name: File name to save TFLite model with metadata. The full export
|
||||||
path is {self._hparams.model_dir}/{model_name}.
|
path is {self._hparams.export_dir}/{model_name}.
|
||||||
quantization_config: The configuration for model quantization.
|
quantization_config: The configuration for model quantization.
|
||||||
"""
|
"""
|
||||||
if not tf.io.gfile.exists(self._hparams.export_dir):
|
if not tf.io.gfile.exists(self._hparams.export_dir):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user