1adrianb / 1adrianb/face-alignment

Model code different from lua

Aperta
#69 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Python
Stelle
7.5k
Fork
1.4k
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Direzione di ricerca

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.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Valutazione

Stack tecnologico
python, pytorch
Ambito
computer-vision, machine-learning
Tipo di issue
Bug
Difficoltà
3/5
Tempo stimato
1-2 giorni
Stato di attività
Ferma
Chiarezza
Specificata chiaramente
Idoneità per principianti
45/100

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.