diff options
Diffstat (limited to 'recursive.py')
| -rw-r--r-- | recursive.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recursive.py b/recursive.py index 461f3e1..5ab6ff7 100644 --- a/recursive.py +++ b/recursive.py @@ -53,7 +53,6 @@ if not opt.engine and not opt.onnx: print(model) for i, data in enumerate(dataset): - print("iter...{}".format(i)) if i >= opt.how_many: break if opt.data_type == 16: |
