Skip to content

Commit

Permalink
Revert "Try removing timeit"
Browse files Browse the repository at this point in the history
This reverts commit 6222b63.
  • Loading branch information
adamjstewart committed Sep 8, 2022
1 parent 6222b63 commit 44fa413
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/tutorials/transforms.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,7 @@
}
],
"source": [
"%%timeit -n 1 -r 5\n",
"_ = transforms(get_batch_cpu())"
]
},
Expand All @@ -662,6 +663,7 @@
}
],
"source": [
"%%timeit -n 1 -r 5\n",
"_ = transforms_gpu(get_batch_gpu())"
]
},
Expand Down

0 comments on commit 44fa413

Please sign in to comment.