この文書の現在のバージョンと選択したバージョンの差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
| 
                    windowsでkerasの可視化の際の注意点 [2017/07/22] adash333  | 
                
                    windowsでkerasの可視化の際の注意点 [2018/10/07] (現在) | 
            ||
|---|---|---|---|
| ライン 2: | ライン 2: | ||
| 2017年7月時点で、Windows8.1でKerasで可視化するためには、以下のような、かなりややこしい設定が必要です。 | 2017年7月時点で、Windows8.1でKerasで可視化するためには、以下のような、かなりややこしい設定が必要です。 | ||
| + | 以下の設定を行わないで実行しようとすると、 | ||
| + | <code> | ||
| + | InvocationException: GraphViz's executables not found | ||
| + | </code> | ||
| + | といったようなエラーが出て、うまくいかないことがあります。 | ||
| (環境) | (環境) | ||
| - | Windows8.1 | + | Windows8.1\\ | 
| - | Python 3.5.2 | + | Python 3.5.2\\ | 
| - | Anaconda 4.1.1 (64-bit) | + | Anaconda 4.1.1 (64-bit)\\ | 
| - | Tensorflow 1.2.1 | + | Tensorflow 1.2.1\\ | 
| - | Keras 2.0.6 | + | Keras 2.0.6\\ | 
| - | image | + | |
| (0)参考サイト | (0)参考サイト | ||
| ライン 62: | ライン 66: | ||
| <script src="https://gist.github.com/adash333/d18e78840cd96156bb672723133f1434.js"></script> | <script src="https://gist.github.com/adash333/d18e78840cd96156bb672723133f1434.js"></script> | ||
| </html> | </html> | ||
| + | |||
| + | =====リンク===== | ||
| + | |||
| + | 前: | ||
| + | <wrap hi> | ||
| + | [[Kerasで手書き文字認識MNIST]] | ||
| + | </wrap>\\ | ||
| + | [[sidebar|目次]]\\ | ||
| + | 次: | ||
| + | <wrap hi> | ||
| + | [[WindowsにKeras2.0をインストール | ||
| + | ]] | ||
| + | </wrap> | ||
| + | |||
| + | |||
| + | |||