0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python15,050 stars (15,050 stars)6,858 forks (6,858 forks)batch import
enhancementhelp wanted
Description
see here
Contributor guide
- Tech stack
- pythonpytorch
- Domain
- machine learningai
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- half day
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- unclear
- Prerequisites
- PyTorch basicscomputer vision modelsVGG architecture
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 25
- Research direction
- The issue requests adding a pretrained VGG M model from MatConvnet. Investigate the existing VGG implementation in torchvision/models/vgg.py and determine where to define the VGG M architecture and load weights. Check if there are any linked PRs or discussions about weight conversion. Since the issue is vague, seek maintainer clarification on the desired scope (e.g., just weights or also architecture).