hido / chainer-handson

Self-learning hands-on for Chainer by Jupyter notebook
43 stars 13 forks source link

Step 14 Breaks #6

Closed sono-bfio closed 7 years ago

sono-bfio commented 8 years ago

When trying to display the graph it errors out. I the following on line 14 from:

graph.write_png('graph.png')

To:

graph[0].write_png('graph.png')
hido commented 7 years ago

Thank you for your report. This has been resolved by https://github.com/hido/chainer-handson/pull/7.