1adrianb / 1adrianb/face-alignment
Model code different from lua
- Dominant language
- Python
- Stars
- 7.5k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
Hi, I found a few differences from the Lua model.
- ConvBlock's batchnorm has no bias (affine=False) in Lua
- FullyConnected(1x1 conv) has batchnorm(affine=False) in Lua
- The first pooling is max_pool in Lua while pytorch model uses avg_pool
Contributor guide
No contributing guide indexed for this repository
Research direction
Compare the PyTorch model implementation in this repository with the original Lua model's architecture. Look at the ConvBlock, FullyConnected (1x1 conv) layers, and the first pooling layer. Check the model definition files, likely in the main module or a models/ directory. Verify the parameters for batchnorm (affine flag) and pooling type. Run existing tests or a simple inference script to see if the current behavior matches expectations after adjustments.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, pytorch
- Domain
- computer-vision, machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100