Skip to content

Instantly share code, notes, and snippets.

@unnonouno
Last active May 9, 2016 09:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save unnonouno/602cfb7b2a7482c0cd6fa56121c5f502 to your computer and use it in GitHub Desktop.
Save unnonouno/602cfb7b2a7482c0cd6fa56121c5f502 to your computer and use it in GitHub Desktop.
Chainer改善しやすいissue一覧
  • ドキュメントの品質改善
    • ドキュメントのクオリティーを上げてください。現状のドキュメントは必ずしも品質が良いとはいえません。読みやすい英語、詳細な仕様など、改善点はたくさんあります。
  • CuPyの関数充実
    • 606, 602, 677, 701
    • CuPyの関数はNumPyの一部しか実装されていません。elementwiseやreductionでかける関数は、比較的低コストで実装できます
  • テスト充実
    • 569, 568
    • 一部のモジュールはテストがかけています。テストの充実は品質向上に役立つ上に、コードの理解につながります
  • Chainer.functionsの追加
    • 1160, 1133, 1085, 1027, 945
    • Functionを実装すると、その周囲の理解に役立ちます。また、Functionの実装は他の機能とは独立して行える上、検証の方法も比較的確立しているため初めてでも行い易いです
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment