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 9024472 commit 99a6ea9Copy full SHA for 99a6ea9
torchvision/datasets/folder.py
@@ -266,7 +266,7 @@ def pil_loader(path: Union[str, Path]) -> Image.Image:
266
267
# TODO: specify the return type
268
def accimage_loader(path: Union[str, Path]) -> Any:
269
- import accimage
+ import accimage # @manual=fbcode//pytorch/accimage:accimage
270
271
try:
272
return accimage.Image(path)
0 commit comments