Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Delaunay authored Jun 21, 2024
1 parent 32239f9 commit 4321c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/_template/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def main():

observer = BenchObserver(batch_size_fn=lambda batch: 1)
# optimizer = observer.optimizer(optimizer)
# criterion = observer.optimizer(criterion)
# criterion = observer.criterion(criterion)

dataloader = [1, 2, 3, 4]

Expand Down

0 comments on commit 4321c19

Please sign in to comment.