明日会社がなくなっても

明日会社がなくなっていても動揺しないように、情報を残していきたい

04/01 学習記録

やったこと

Tensorflowで画像分類

学んだこと

Python

  • Python readlinesで改行コードが含まれる
  • np.random.choiceで、配列からランダムな要素を抽出できる。sklearnのtrain_test_splitを使った方がよい?
  • デコレータ(@backoff)をラップしたデコレータ

Tensorflow

  • 以下の警告の意味が分からない。
colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version.
Instructions for updating:
Colocations handled automatically by placer.
  • image_generator ?

感想

  • 久しぶりの開発で、いろいろ慣れなかった。特にLinuxコマンドのxargsの使い方など忘れていた....