1adrianb / 1adrianb/face-alignment
Model code different from lua
- 主要语言
- Python
- 星标
- 7.5k
- 派生
- 1.4k
- PR 合并指标
- 30 天内没有已合并 PR
描述
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
贡献指南
这个仓库没有索引到贡献指南
调研方向
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.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python, pytorch
- 领域
- computer-vision, machine-learning
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 45/100