Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit c431aed

Browse files
author
DEKHTIARJonathan
committed
Removing problematic code
1 parent 64ff830 commit c431aed

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tftrt/examples/benchmark_args.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -379,12 +379,6 @@ def _validate_args(self, args):
379379
)
380380

381381
def _post_process_args(self, args):
382-
383-
if args.num_iterations is None:
384-
args.num_iterations = (
385-
max((args.total_max_samples // args.batch_size) + 1, 1000)
386-
)
387-
388382
return args
389383

390384
def parse_args(self):

0 commit comments

Comments
 (0)