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
a6ece653
Commit
a6ece653
authored
Oct 01, 2016
by
Yuxin Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
inception name
parent
27746043
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
examples/Inception/inceptionv3.py
examples/Inception/inceptionv3.py
+1
-0
examples/README.md
examples/README.md
+2
-2
No files found.
examples/Inception/inceptionv3.py
View file @
a6ece653
...
@@ -23,6 +23,7 @@ This config follows the official inceptionv3 setup (https://github.com/tensorflo
...
@@ -23,6 +23,7 @@ This config follows the official inceptionv3 setup (https://github.com/tensorflo
with much much fewer lines of code.
with much much fewer lines of code.
It reaches 74.5
%
single-crop validation accuracy, slightly better than the official code,
It reaches 74.5
%
single-crop validation accuracy, slightly better than the official code,
and has the same running speed as well.
and has the same running speed as well.
The hyperparameters here are for 8 GPUs, so the effective batch size is 8*64 = 512.
"""
"""
BATCH_SIZE
=
64
BATCH_SIZE
=
64
...
...
examples/README.md
View file @
a6ece653
...
@@ -9,6 +9,6 @@ Examples with __reproducible__ and meaningful performance.
...
@@ -9,6 +9,6 @@ Examples with __reproducible__ and meaningful performance.
+
[
char-rnn for fun
](
char-rnn
)
+
[
char-rnn for fun
](
char-rnn
)
+
[
DisturbLabel, because I don't believe the paper
](
DisturbLabel
)
+
[
DisturbLabel, because I don't believe the paper
](
DisturbLabel
)
+
[
DoReFa-Net: binary / low-bitwidth CNN on ImageNet
](
DoReFa-Net
)
+
[
DoReFa-Net: binary / low-bitwidth CNN on ImageNet
](
DoReFa-Net
)
+
[
GoogleNet-InceptionV1
with 71% accuracy
](
Inception/inception-bn.py
)
+
[
Inception-BN
with 71% accuracy
](
Inception/inception-bn.py
)
+
[
GoogleNet-
InceptionV3 with 74.5% accuracy (similar to the official code)
](
Inception/inceptionv3.py
)
+
[
InceptionV3 with 74.5% accuracy (similar to the official code)
](
Inception/inceptionv3.py
)
+
[
ResNet for Cifar10 and SVHN
](
ResNet
)
+
[
ResNet for Cifar10 and SVHN
](
ResNet
)
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