1adrianb / 1adrianb/face-alignment

Model code different from lua

オープン
#69 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
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

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。