Skip to content

Commit dcd1c07

Browse files
committed
lint
1 parent fc28c60 commit dcd1c07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchvision/csrc/io/image/cuda/decode_jpegs_cuda.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ std::vector<torch::Tensor> CUDAJpegDecoder::decode_images(
394394
This function decodes a batch of jpeg bitstreams.
395395
We scan all encoded bitstreams and sort them into two groups:
396396
1. Baseline JPEGs: Can be decoded with hardware support on A100+ GPUs.
397-
2. Other JPEGs (e.g. progressive JPEGs): Can also be decoded on the
397+
2. Other JPEGs (e.g. progressive JPEGs): Can also be decoded on the
398398
GPU (albeit with software support only) but need some preprocessing on the
399399
host first.
400400

0 commit comments

Comments
 (0)