Skip to content

Commit

Permalink
Update README to use correct convolutional_model name
Browse files Browse the repository at this point in the history
  • Loading branch information
Aronja committed Jan 22, 2020
1 parent 387816d commit ac3ec12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -185,8 +185,8 @@ The first thing the example does is load and initialize the model. Next it print
To train your own neural net, use one of our FER neural net classes to get started. You can try the convolutional_model.py example:

```
python convolutional_example.py
```
python convolutional_model.py
```

The example first initializes the model. A summary of the model architecture will be printed out. This includes a list of all the neural net layers and the shape of their output. Our models are built using the Keras framework, which offers this visualization function.

Expand Down

0 comments on commit ac3ec12

Please sign in to comment.