Skip to content

Commit

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

0 comments on commit 6222b63

Please sign in to comment.