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
4cc274cb
Commit
4cc274cb
authored
Jul 06, 2016
by
Yuxin Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update memory notes
parent
70a64e5f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
README.md
README.md
+1
-2
examples/DoReFa-Net/svhn-digit-dorefa.py
examples/DoReFa-Net/svhn-digit-dorefa.py
+2
-0
No files found.
README.md
View file @
4cc274cb
...
@@ -36,9 +36,8 @@ Multi-GPU training is ready to use by simply changing the trainer.
...
@@ -36,9 +36,8 @@ Multi-GPU training is ready to use by simply changing the trainer.
pip install --user -r requirements.txt
pip install --user -r requirements.txt
pip install --user -r opt-requirements.txt (some optional dependencies)
pip install --user -r opt-requirements.txt (some optional dependencies)
```
```
+
Use
[
tcmalloc
](
http://goog-perftools.sourceforge.net/doc/tcmalloc.html
)
whenever possible: see
[
TF issue
](
https://github.com/tensorflow/tensorflow/issues/2942
)
+
allow
`import tensorpack`
everywhere:
+
allow
`import tensorpack`
everywhere:
```
```
export PYTHONPATH=$PYTHONPATH:`readlink -f path/to/tensorpack`
export PYTHONPATH=$PYTHONPATH:`readlink -f path/to/tensorpack`
```
```
examples/DoReFa-Net/svhn-digit-dorefa.py
View file @
4cc274cb
...
@@ -20,6 +20,8 @@ http://arxiv.org/abs/1606.06160
...
@@ -20,6 +20,8 @@ http://arxiv.org/abs/1606.06160
The original experiements are performed on a proprietary framework.
The original experiements are performed on a proprietary framework.
This is our attempt to reproduce it on tensorpack.
This is our attempt to reproduce it on tensorpack.
You'll need tcmalloc to avoid large memory consumption: https://github.com/tensorflow/tensorflow/issues/2942
This config, with (W,A,G)=(1,1,4), can reach 3.1~3.2
%
error after 150 epochs.
This config, with (W,A,G)=(1,1,4), can reach 3.1~3.2
%
error after 150 epochs.
With the GaussianDeform augmentor, it will reach 2.8~2.9
%
With the GaussianDeform augmentor, it will reach 2.8~2.9
%
(we are not using this augmentor in the paper).
(we are not using this augmentor in the paper).
...
...
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