先人に感謝.
参考Webページ: Convolutional Neural Networks on Graphs with Fast Localized Spectral Filtering https://arxiv.org/abs/1606.09375
GitHub の mdeff/cnn_graph の配布サイト(https://github.com/mdeff/cnn_graph)
システム Python を使うことができる(その場合,Python のインストールは行わない)
システム Python を用いるときは,pip, setuptools の更新は次のコマンドで行う.
sudo apt -y update sudo apt -y install python3-pip python3-setuptools
Ubuntu で,システム Python 以外の Python をインストールしたい場合は pyenv が便利である: 別ページで説明している.
Python の URL: http://www.python.org/
【Python, pip の使い方】
Python, pip は,次のコマンドで起動できる.
【Python 開発環境のインストール】
JupyterLab, spyder, nteract (Python 開発環境) のインストールは, Windows でコマンドプロンプトを管理者として実行し, 次のコマンドを実行.
python -m pip install -U pip setuptools jupyterlab jupyter jupyter-console jupytext nteract_on_jupyter spyder
詳しくは,: 別ページで説明している.
JupyterLab, spyder, nteract (Python 開発環境) のインストール: : 別ページで説明している.
Git の URL: https://git-scm.com/
GitHub の mdeff/cnn_graph の配布サイト(https://github.com/mdeff/cnn_graph)で公開されている プログラムを,ダウンロードし展開(解凍)する.
※ 以下,Windows での手順を示す.Ubuntu でも同様の手順になる.
cd c:\pytools rmdir /s /q cnn_graph
git clone https://github.com/mdeff/cnn_graph
E: cd c:\pytools cd cnn_graph pip install -r requirements.txt
まず、ディレクトリを移動
from <ほにゃらら> import ... の「from <ほにゃらら> 」は削除