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
b00ea17c
Commit
b00ea17c
authored
Sep 26, 2017
by
Yuxin Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix lint
parent
0fd4fb2f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
examples/ResNet/README.md
examples/ResNet/README.md
+1
-1
examples/ResNet/imagenet_utils.py
examples/ResNet/imagenet_utils.py
+1
-0
No files found.
examples/ResNet/README.md
View file @
b00ea17c
...
...
@@ -4,7 +4,7 @@
__Training__
code of three variants of ResNet on ImageNet:
*
[
Original ResNet
](
https://arxiv.org/abs/1512.03385
)
*
[
Pre-activation ResNet
](
https://arxiv.org/abs/1603.05027
)
.
*
[
Pre-activation ResNet
](
https://arxiv.org/abs/1603.05027
)
*
[
Squeeze-and-Excitation ResNet
](
https://arxiv.org/abs/1709.01507
)
The training mostly follows the setup in
[
fb.resnet.torch
](
https://github.com/facebook/fb.resnet.torch
)
...
...
examples/ResNet/imagenet_utils.py
View file @
b00ea17c
...
...
@@ -18,6 +18,7 @@ from tensorpack.utils.stats import RatioCounter
from
tensorpack.models
import
regularize_cost
from
tensorpack.tfutils.summary
import
add_moving_summary
class
GoogleNetResize
(
imgaug
.
ImageAugmentor
):
"""
crop 8
%
~100
%
of the original image
...
...
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