diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-17 09:29:58 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-17 09:29:58 +0200 |
| commit | 772b92fdab6c52cafe675f7429b29f443d7691a4 (patch) | |
| tree | db39736b07184b2995b278bf356c63e90235d735 /recursive.py | |
| parent | 953ce7fcc6cb5247ae92858c82239a52760f2b4f (diff) | |
logz
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: |
