Lesson15 minor fix

This commit is contained in:
ash3n
2019-04-30 09:32:28 -05:00
committed by GitHub
parent adecb19884
commit 41367b312e

View File

@@ -4,7 +4,7 @@
Fitting a VGG-16 network on CIFAR-10 for image classification!
We use gradient clipping for faster convergence.
A complete implementation is of VGG-16 available in network.py
A complete implementation of VGG-16 is available in network.py
![](vgg16.png)
@@ -14,4 +14,4 @@ CIFAR-10 will be downloaded automatically if it is not found.
Simply run:
```
python main.py
```
```