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 fc28c60 commit dcd1c07Copy full SHA for dcd1c07
torchvision/csrc/io/image/cuda/decode_jpegs_cuda.cpp
@@ -394,7 +394,7 @@ std::vector<torch::Tensor> CUDAJpegDecoder::decode_images(
394
This function decodes a batch of jpeg bitstreams.
395
We scan all encoded bitstreams and sort them into two groups:
396
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
+ 2. Other JPEGs (e.g. progressive JPEGs): Can also be decoded on the
398
GPU (albeit with software support only) but need some preprocessing on the
399
host first.
400
0 commit comments