Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hpvm-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
llvm
hpvm-release
Commits
e6fb9cbd
Commit
e6fb9cbd
authored
3 years ago
by
Yifan Zhao
Browse files
Options
Downloads
Patches
Plain Diff
Fixed a problem with quantization
parent
eb945dfd
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
hpvm/projects/distiller
+1
-1
1 addition, 1 deletion
hpvm/projects/distiller
hpvm/test/epoch_dnn/torch_dnn/quantizer.py
+0
-2
0 additions, 2 deletions
hpvm/test/epoch_dnn/torch_dnn/quantizer.py
with
1 addition
and
3 deletions
distiller
@
e3697940
Compare
30c50f36
...
e3697940
Subproject commit
30c50f368d219efa87d927c0ad0a563bcfa29f0a
Subproject commit
e369794020902decaf50739cd25e8f7250f0d720
This diff is collapsed.
Click to expand it.
hpvm/test/epoch_dnn/torch_dnn/quantizer.py
+
0
−
2
View file @
e6fb9cbd
...
...
@@ -13,8 +13,6 @@ from distiller.quantization import PostTrainLinearQuantizer
from
torch
import
nn
from
torch.utils.data
import
DataLoader
from
.datasets
import
CIFAR
PathLike
=
Union
[
str
,
Path
]
STATS_FILENAME
=
"
acts_quantization_stats.yaml
"
QUANT_FILENAME
=
"
layer_quant_params.yaml
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment