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
76e216eb
Commit
76e216eb
authored
Jun 20, 2016
by
Yuxin Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update readme
parent
2f1a3bfd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
examples/DoReFa-Net/README.md
examples/DoReFa-Net/README.md
+7
-3
No files found.
examples/DoReFa-Net/README.md
View file @
76e216eb
...
@@ -4,12 +4,16 @@ This is the official script to load and run pretrained model for the paper:
...
@@ -4,12 +4,16 @@ This is the official script to load and run pretrained model for the paper:
(Work in Progress. More instructions to come soon)
(Work in Progress. More instructions to come soon)
This is a low bitwidth AlexNet model (with normal convolutions instead of the original "split" convolutions)
This is an AlexNet model with 1 bit weights, 2 bit activations, trained with 4 bit gradients.
## Preparation:
## Preparation:
+
To use the script. You'll need
[
tensorpack
](
https://github.com/ppwwyyxx/tensorpack
)
and some other dependencies:
To use the script. You'll need:
+
[
TensorFlow
](
tensorflow.org
)
>= 0.8
+
[
tensorpack
](
https://github.com/ppwwyyxx/tensorpack
)
and pyzmq:
```
```
git clone https://github.com/ppwwyyxx/tensorpack
git clone https://github.com/ppwwyyxx/tensorpack
pip install --user -r tensorpack/requirements.txt
pip install --user -r tensorpack/requirements.txt
...
...
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