tat3 / chainer-test

Test code of Chainer
0 stars 0 forks source link
chainer python

Chainer test

環境

環境構築

pyenv install 3.7.0
pyenv local 3.7.0
brew install graphviz
pip install -r requirements.txt

もしzlibがないとか言われたらxcode-select --install

Jupyter Notebookを起動

初めてmatplotlibでplotするときはひどく時間がかかる 次回以降は高速

Jupyter Notebookの初期設定

~/.jupyter/custom/を作成し、custom.cssを追加

mkdir -p ~/.jupyter/custom/
.CodeMirror pre, .output pre {
  font-family: Monaco;
  font-size: 10.5pt;
}

参考

https://qiita.com/mitmul/items/1e35fba085eb07a92560