Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

デバッグ用DSで学習させる #3

Open
3 of 4 tasks
sarrrrry opened this issue Apr 21, 2019 · 2 comments
Open
3 of 4 tasks

デバッグ用DSで学習させる #3

sarrrrry opened this issue Apr 21, 2019 · 2 comments

Comments

@sarrrrry
Copy link
Owner

sarrrrry commented Apr 21, 2019

仮説

ごく少量の1バッチ分のデータセットで学習した時
ネットワークやアルゴリズムの実装が間違っていたら
学習はせず
間違いがなければ
過学習させる事が出来るはず

このチケットのゴール

デバッグ用データセットに過学習させて学習データセットに対して正しいBBOXが出力出来る

何故やるのか

ネットワークやアルゴリズムの実装の問題点がないか検証したい

TODO

  • 適当な学習データセットを用意する
  • 自作データローダークラスを作成する
  • 学習を回す
  • ロスが収束した所で学習データに対して正しいBBOXが引けるかどうかを目検で確認する
@sarrrrry
Copy link
Owner Author

BBOX は xyxy = [10, 20, 20, 30] の固定で学習させた
ラベルは0
固定で引ければOK

@sarrrrry
Copy link
Owner Author

モデルの保存先はどこ????

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant