1adrianb / 1adrianb/face-alignment
Model code different from lua
- Lenguaje dominante
- Python
- Estrellas
- 7.5k
- Forks
- 1.4k
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Línea de trabajo
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.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- python, pytorch
- Área
- computer-vision, machine-learning
- Tipo de issue
- Error
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Estado de actividad
- Estancado
- Claridad
- Bien especificado
- Aptitud para principiantes
- 45/100