Fazıl Altınel
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
residual_network_cinic10.py
|
@ -1,6 +1,7 @@ |
|
|
# -*- coding: utf-8 -*- |
|
|
# -*- coding: utf-8 -*- |
|
|
|
|
|
|
|
|
""" Deep Residual Network. |
|
|
""" Deep Residual Network. |
|
|
|
|
|
https://github.com/tflearn/tflearn/blob/master/examples/images/residual_network_cifar10.py |
|
|
|
|
|
|
|
|
Applying a Deep Residual Network to CINIC-10 Dataset classification task. |
|
|
Applying a Deep Residual Network to CINIC-10 Dataset classification task. |
|
|
|
|
|
|
|
|