livlea blog

Live as if you were to die tomorrow. Learn as if you were to live forever. (Mohandas Karamchand Gandhi)

2020-03-01から1ヶ月間の記事一覧

MobaXtermのフォントサイズ変更

GUIでの変更方法 MobaXtermのmenuやsidebarのfont sizeはSettings→DisplayのGraphical interface elements sizeで変更することができます。 Graphical interface elements size 起動時の引数による変更方法(微調整可) GUIでの変更では、ドロップダウンリスト…

PyTorchとTensorBoardでOptunaログの可視化

はじめに Deep Learningのネットワーク開発では、可視化にmatplotlibを使うことが多いと思いますが、TensorBoardも有用です。TensorFlowを使う場合は可視化手段としてTensorBoardを使えば良いのですが、PyTorchの場合はどうすれば良いのでしょうか?これまで…