Commit 44b723a1 authored by Yuxin Wu's avatar Yuxin Wu

fix formatting

parent cc1f50e5
...@@ -66,3 +66,4 @@ target/ ...@@ -66,3 +66,4 @@ target/
*.meta *.meta
*.log* *.log*
model-* model-*
.gitignore
...@@ -15,9 +15,10 @@ of p. All experiements run for 100 epochs, with lr decay, which are enough for t ...@@ -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. 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: However it didn't work for harder problems such as SVHN:
![svhn](svhn.png) ![svhn](svhn.png)
The SVHN experiement used the model & hyperparemeters as my original [svhn example](../svhn-digit-convnet.py). The SVHN experiements used the model & hyperparemeters as my original [svhn example](../svhn-digit-convnet.py).
Experiements were all repeated 10 times to get the error bar. 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.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment