のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

colab

matplot 文字化け

shimolab01.blogspot.com

再読込のとき、”このサイトを再読み込みしますか?”のダイアログがでるときがある。

再読込

RuntimeError: module compiled against API version 0xc but this version of numpy is 0xb

!python main.py 64 64 --backend tensorflow --nb_epoch 10Using TensorFlow backend. RuntimeError: module compiled against API version 0xc but this version of numpy is 0xb ImportError: numpy.core.multiarray failed to import ImportError: numpy…

ImportError: cannot import name 'as_tensor'

%load_ext autoreload %autoreload 2 %matplotlib inlineThe autoreload extension is already loaded. To reload it, use: %reload_ext autoreload# Check python version import sys sys.version'3.6.3 (default, Oct 3 2017, 21:45:48) \n[GCC 7.2.0]'Req…