先人に感謝.
参考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 の URL: http://www.python.org/
インストール手順の詳細は: 別ページで説明している.
コマンドプロンプトを管理者として実行し,次のコマンドを実行.
python -m pip install -U pip setuptools python -m pip install -U jupyterlab jupyter jupyter-console jupytext nteract_on_jupyter spyder
システム Python を使用(インストール操作は不要)
端末で,次のコマンドを実行.
sudo apt -y install python3-dev python3-pip python3-setuptools python3-venv sudo pip3 uninstall ptyprocess sniffio terminado tornado jupyterlab jupyter jupyter-console jupytext nteract_on_jupyter spyder sudo apt -y install jupyter jupyter-qtconsole spyder3 sudo apt -y install python3-ptyprocess python3-sniffio python3-terminado python3-tornado sudo pip3 install -U jupyterlab nteract_on_jupyter
sudo apt -y install git
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 <ほにゃらら> 」は削除