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
44b723a1
Commit
44b723a1
authored
Jul 06, 2016
by
Yuxin Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix formatting
parent
cc1f50e5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
.gitignore
.gitignore
+1
-0
examples/DisturbLabel/README.md
examples/DisturbLabel/README.md
+3
-2
No files found.
.gitignore
View file @
44b723a1
...
...
@@ -66,3 +66,4 @@ target/
*.meta
*.log*
model-*
.gitignore
examples/DisturbLabel/README.md
View file @
44b723a1
...
...
@@ -15,9 +15,10 @@ of p. All experiements run for 100 epochs, with lr decay, which are enough for t
I suppose the disturb method works as a random noise to prevent SGD from getting stuck.
However it didn't work for harder problems such as SVHN:

The SVHN experiement used the model & hyperparemeters as my original
[
svhn example
](
../svhn-digit-convnet.py
)
.
The SVHN experiement
s
used the model & hyperparemeters as my original
[
svhn example
](
../svhn-digit-convnet.py
)
.
Experiements were all repeated 10 times to get the error bar.
And I don't believe it will work for ImageNet.
And I don't believe it will work for ImageNet
either
.
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