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
c3dc184d
Commit
c3dc184d
authored
Jan 16, 2017
by
Yuxin Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename example
parent
76514ac7
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2 additions
and
0 deletions
+2
-0
README.md
README.md
+1
-0
examples/README.md
examples/README.md
+1
-0
examples/Saliency/README.md
examples/Saliency/README.md
+0
-0
examples/Saliency/guided-relu-demo.jpg
examples/Saliency/guided-relu-demo.jpg
+0
-0
examples/Saliency/saliency-maps.py
examples/Saliency/saliency-maps.py
+0
-0
No files found.
README.md
View file @
c3dc184d
...
...
@@ -11,6 +11,7 @@ Docs & tutorials should be ready within a month. See some [examples](examples) t
+
[
InceptionV3 on ImageNet
](
examples/Inception/inceptionv3.py
)
+
[
Fully-convolutional Network for Holistically-Nested Edge Detection(HED)
](
examples/HED
)
+
[
Spatial Transformer Networks on MNIST addition
](
examples/SpatialTransformer
)
+
[
Visualize Saliency Maps by Guided ReLU
](
examples/Saliency
)
### Reinforcement Learning:
+
[
Deep Q-Network(DQN) variants on Atari games
](
examples/DeepQNetwork
)
...
...
examples/README.md
View file @
c3dc184d
...
...
@@ -12,6 +12,7 @@ Training examples with __reproducible__ and meaningful performance.
+
[
InceptionV3 with 74% accuracy (similar to the official code)
](
Inception/inceptionv3.py
)
+
[
Fully-convolutional Network for Holistically-Nested Edge Detection(HED)
](
HED
)
+
[
Spatial Transformer Networks on MNIST addition
](
SpatialTransformer
)
+
[
Visualize Saliency Maps by Guided ReLU
](
Saliency
)
+
Load a pre-trained
[
AlexNet
](
load-alexnet.py
)
or
[
VGG16
](
load-vgg16.py
)
model.
+
Load a pre-trained
[
Convolutional Pose Machines
](
ConvolutionalPoseMachines/
)
.
...
...
examples/
s
aliency/README.md
→
examples/
S
aliency/README.md
View file @
c3dc184d
File moved
examples/
s
aliency/guided-relu-demo.jpg
→
examples/
S
aliency/guided-relu-demo.jpg
View file @
c3dc184d
File moved
examples/
s
aliency/saliency-maps.py
→
examples/
S
aliency/saliency-maps.py
View file @
c3dc184d
File moved
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