facebookresearch / facebookresearch/detectron2

I do some changes on resnet structure in resnet.py,but it doesn't work

Open
#3,787 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
34.7k
Forks
7.9k
PR merge metrics
No merged PRs in 30d

Description

I'm in detectron2 / modeling / backbone / resnet.py changes the structure of resnet, such as adding an attention mechanism. However, this code was not executed during training, and the printed structure is still the previous structure

Contributor guide

Open the contributing guide

Research direction

Start by reproducing the training run and inspect detectron2/modeling/backbone/resnet.py alongside the printed model structure. Trace whether the modified ResNet backbone is the one selected during training; done means the training model uses the changed structure and the printed structure reflects it.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
computer-vision, machine-learning
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.