diff --git a/examples/export_LeNet/lenet.py b/examples/export_LeNet/lenet.py index 1f6eebc8e7e92ac52c45650af887d4862a040970..63411ab0dd5df262f7556135227342e8d59efbe1 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. """