Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试对 CUB-200-2011 数据集进行细粒度的图像分类,但无法找出加载数据的正确方法。我正在使用预训练的 ImageNet ResNet-101 进行训练,方法是冻结除最后两层之外的所有层。建议一种在 Pytorch 中加载数据的方法。