-
Notifications
You must be signed in to change notification settings - Fork 2
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
宣言された変数を利用していないミスをfix #135
base: master
Are you sure you want to change the base?
Conversation
- Rename `x_sigma`to `noise_std`. - Use `noise_std` to specify standard deviation of noise added to data
@hirowatari-s @kz-halfmoon @nakashima1125 3人をレビュワーに立ててみました。とても簡単な変更なのですぐチェック終わると思います。Githubの使い方の練習だと思ってreviewしてみてください。質問があったらまた聞いてください。 |
チェックのためにはこのプルリクで出してるリモートブランチをローカルでチェックアウトする(言葉遣いが合ってるのか分からんけど…リモートブランチに追従するローカルブランチを作るって言えばいいのか)必要があります。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
チェックしました。使用されていない変数がなくなり、ノイズも定義されわかりやすくなりました。ありがとうございます。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
134_fix_som_tutorial
(リモートブランチ)のコミットをローカルでチェックアウトして,実行しました.
大丈夫そうでした!
いいlessonになりました...笑
@hirowatari-s @kz-halfmoon あざっす! |
close #134
放物双曲面状に分布するデータに対してSOMでfittingするチュートリアルコードにおいて、宣言されていたのに利用されていない変数があったので、ちゃんと使うように変更しました。
それからついでに変数名も変更しました。
reviwerにお願いしたいこと
変更前と変更後で実行結果が変わらないことを確認してください。