From b3cfe0ea7014431c220e97418db49bf68083af01 Mon Sep 17 00:00:00 2001 From: Axel Farrugia <axel.farrugia@cea.fr> Date: Thu, 24 Apr 2025 10:46:26 +0200 Subject: [PATCH] [Chore] Typo --- examples/export_LeNet/lenet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/export_LeNet/lenet.py b/examples/export_LeNet/lenet.py index 1f6eebc..63411ab 100644 --- a/examples/export_LeNet/lenet.py +++ b/examples/export_LeNet/lenet.py @@ -433,7 +433,7 @@ if quantize_model: # Store tensors values into log files """ -Once the tensors has been casted, the log_outputs() function can be +Once the tensors have been casted, the log_outputs() function can be called to store their values into log files. """ -- GitLab