`find` is not exposed in `torchvision.prototype.datasets`
See original GitHub issuePretty easy to do, we should expose find
in https://github.com/pytorch/vision/blob/c786d1244e6ece181c7d1ddf58134de2f4175bc4/torchvision/prototype/datasets/__init__.py#L14
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
TorchVision Object Detection Finetuning Tutorial - PyTorch
The model considers class 0 as background. If your dataset does not contain the background class, you should not have 0 in your...
Read more >Getting Started with Albumentation: Deep Learning Image ...
My go-to python framework for deep learning has been Pytorch, so I have been initially exposed to the usage of torchvision.transforms that are ......
Read more >Transfer Learning for Image Classification using Torchvision ...
You'll build a dataset of images in a format suitable for working with Torchvision. Get predictions on images from the wild (downloaded from ......
Read more >Pytorch - Can not slice torchvision MNIST dataset
You can use torch.utils.data.Subset() to get an index based slice of a torch Dataset e.g: import torch.utils.data as data_utils indices ...
Read more >8 Creators and Core Contributors Talk About Their Model ...
Instead, we expose numerous components known from PyTorch. As a user, you can use PyTorch's Dataset (think torchvision, including TTA), ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I would say no and would prefer
datasets.info("imagenet").categories
. This is intentionally exposed to get this information without havijg to touch the raw dataset object.Hmm… So is the following comment correct? Is it the preferred way to fetch this info? https://github.com/pytorch/vision/blob/9528d963c692ede74a530845cc86476facc875c5/torchvision/prototype/models/_meta.py#L6