Skip to content

Commit cba7c13

Browse files
authored
Update train.py
1 parent 8bc8d74 commit cba7c13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

train.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,4 +226,4 @@ def evaluate_encoder(encoder_name, model_save_path, device=torch.device('cpu')):
226226
quant_config=quant_config
227227
)
228228
edge_model_quantized.export(TFLITE_MODEL_FILE_PATH)
229-
print(f"Wrote {TFLITE_MODEL_FILE_PATH}")
229+
print(f"Wrote TFLite model: {TFLITE_MODEL_FILE_PATH}")

0 commit comments

Comments
 (0)