Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
seminar-breakout
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Shashank Suhas
seminar-breakout
Commits
ae818ecd
Commit
ae818ecd
authored
Oct 08, 2017
by
Yuxin Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change readme
parent
d9209bdf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
examples/README.md
examples/README.md
+1
-1
examples/ShuffleNet/README.md
examples/ShuffleNet/README.md
+3
-3
No files found.
examples/README.md
View file @
ae818ecd
...
...
@@ -10,7 +10,7 @@ Training examples with __reproducible__ and meaningful performance.
## Vision:
+
[
A tiny SVHN ConvNet with 97.8% accuracy
](
svhn-digit-convnet.py
)
+
[
Multi-GPU training of ResNet on ImageNet
](
ResNet
)
+
Multi-GPU training of
[
ResNet
](
ResNet
)
and
[
ShuffleNet
](
ShuffleNet
)
on ImageNet
+
[
DoReFa-Net: training binary / low-bitwidth CNN on ImageNet
](
DoReFa-Net
)
+
[
Generative Adversarial Network(GAN) variants
](
GAN
)
, including DCGAN, InfoGAN, Conditional GAN, WGAN, BEGAN, DiscoGAN, Image to Image, CycleGAN.
+
[
Inception-BN and InceptionV3
](
Inception
)
...
...
examples/ShuffleNet/README.md
View file @
ae818ecd
...
...
@@ -4,7 +4,7 @@
Reproduce
[
ShuffleNet: An Extremely Efficient Convolutional Neural Network for Mobile Devices
](
https://arxiv.org/abs/1707.01083
)
on ImageNet.
This is a 40M
F
lops ShuffleNet,
This is a 40M
f
lops ShuffleNet,
roughly corresponding to
`ShuffleNet 0.5x (arch2) g=8`
in the paper.
But detailed architecture may not be the same.
After 100 epochs it reaches top-1 error of 42.62.
...
...
@@ -15,9 +15,9 @@ Print flops with tensorflow:
```
bash
./shufflenet.py
--flops
```
It will print about 80M
F
lops, because TF counts FMA as 2 flops while the paper counts it as 1 flop.
It will print about 80M
f
lops, because TF counts FMA as 2 flops while the paper counts it as 1 flop.
Train:
Train
(takes 24 hours on 8 Maxwell TitanX)
:
```
bash
./shufflenet.py
--data
/path/to/ilsvrc/
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment