forked from YunYang1994/TensorFlow2.0-Examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
YunYang1994
authored and
YunYang1994
committed
Oct 25, 2019
1 parent
9228359
commit 2c3ab60
Showing
2 changed files
with
19 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
TensorFlow2.0-Examples/3 - Neural Network Architecture | ||
============================================================ | ||
|
||
This repo contains many state-of-art Neural Network Architectures(NNA). You can | ||
play with them on CIFAR-10 dataset for the classification works. You can change | ||
model in the 'main.py', and then `python main.py`. | ||
|
||
o VGG16 | ||
o Resnet18, Resnet34, Resnet50, Resnet101, Resnet152 | ||
o FPN | ||
|
||
The codes are still on the development, Your suggestions are | ||
so much for me. Best regards! | ||
|
||
October 25, 2019 | ||
|
||
|
||
|
||
|
This file was deleted.
Oops, something went wrong.