We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7754ae7 commit 47dbc5bCopy full SHA for 47dbc5b
src/torchcodec/_core/custom_ops.cpp
@@ -290,7 +290,7 @@ Transform* makeCropTransform(
290
291
// CenterCrop transform specs take the form:
292
//
293
-// "center_crop, <height>, <width>>"
+// "center_crop, <height>, <width>"
294
295
// Where "center_crop" is the string literal and <height>, <width> are
296
// positive integers. Note that we follow the PyTorch convention of (height,
0 commit comments