mirror of
https://github.com/dragen1860/TensorFlow-2.x-Tutorials.git
synced 2021-05-12 18:32:23 +03:00
Lesson15 minor fix
This commit is contained in:
@@ -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
|
||||
|
||||

|
||||
|
||||
@@ -14,4 +14,4 @@ CIFAR-10 will be downloaded automatically if it is not found.
|
||||
Simply run:
|
||||
```
|
||||
python main.py
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user