We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bc8d74 commit cba7c13Copy full SHA for cba7c13
1 file changed
train.py
@@ -226,4 +226,4 @@ def evaluate_encoder(encoder_name, model_save_path, device=torch.device('cpu')):
226
quant_config=quant_config
227
)
228
edge_model_quantized.export(TFLITE_MODEL_FILE_PATH)
229
-print(f"Wrote {TFLITE_MODEL_FILE_PATH}")
+print(f"Wrote TFLite model: {TFLITE_MODEL_FILE_PATH}")
0 commit comments