Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gwding authored Feb 26, 2017
1 parent 7797621 commit 619ee52
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,15 @@

Python script for illustrating Convolutional Neural Network (ConvNet)

Example image
## Example image
![](https://raw.githubusercontent.com/gwding/draw_convnet/master/convnet_fig.png)

## Know issues
`Line2D` doesn't seem to work well under `python3 + matplotlib 2.0.0` as pointed out by @ahoereth

The solution is to use follow these instructions.
```
$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install -r requirements_python3.txt
```

0 comments on commit 619ee52

Please sign in to comment.