Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
distiller
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
Package registry
Model registry
Operate
Environments
Terraform modules
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
distiller
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
43fccc823fd637b95e3c353bd4f24c95e377c072
Select Git revision
Branches
12
4-bit-qat
api_changes
ax_integration
gste
inception_support
kd_fixes
lattice_regularization
load_quant_aware_train_checkpoint
master
default
protected
ptq_propagate_settings
scale_approximation
update_links
Tags
7
v0.3.2
amc_before_pytorch1.1_merge
v0.3.1
v0.3.0
v0.2.1
v0.2.0
v0.1.0
19 results
Begin with the selected commit
Created with Raphaël 2.2.0
6
Aug
4
31
Jul
29
26
24
23
22
21
17
16
10
8
7
4
3
2
1
30
Jun
26
25
24
23
22
19
18
17
14
13
11
10
3
2
30
May
29
28
27
22
21
20
19
16
15
14
6
5
2
1
30
Apr
18
16
14
11
10
9
8
4
3
1
31
Mar
29
28
27
25
24
23
22
21
20
17
14
12
11
10
7
6
5
4
3
2
1
28
Feb
27
26
25
23
20
17
15
14
13
12
11
10
6
31
Jan
27
24
23
22
21
16
15
13
10
9
8
26
Dec
23
19
16
15
14
11
9
6
5
4
3
2
1
30
Nov
25
24
22
21
20
9
8
7
6
5
4
2
1
31
Oct
29
27
26
23
22
18
13
11
4
3
1
30
Sep
27
21
20
16
4
29
Aug
27
9
7
31
Jul
25
22
21
19
17
16
15
13
11
9
8
5
4
1
30
Jun
29
26
25
22
21
19
15
14
13
10
7
29
May
22
17
16
15
14
13
10
7
1
29
Apr
28
25
24
AMC and other refactoring - large merge (#339)
trigger github-pages rebuild
Add documentation section on preparing a model for quantization
Fix crash in dynamic post-train quant (caused by commit 69b1452)
Add missing import (from commit 69b1452a)
DistillerModuleList conversion: Handle models w. duplicate modules (#338)
Post-train quant: Special handling for bidirectional DistillerLSTM (#337)
cleaned code a bit
Fixed resuming QAT checkpoint
Modified the flow of compress_classifier.py -
Merge branch 'master' into load_quant_aware_train_checkpoint
merged master
Save dummy_input in quantizer metadata (#333)
NCF changes to make it compatible with latest changes in master
Merge branch 'master' into ncf
Bugfix in quant stats collector in case of single-valued samples
Fix non 1:1 mapping between model w. ModuleList and SummaryGraph (#328)
Fix bug in test that resulted in duplicate modules in a model
Updated README
Fix for issue #323
Increase Tensorflow min version to 1.14 (#320)
Update post-train quant command line example
Post-Train Quantization: BN folding and "net-aware quantization" (#313)
Add links to language model quantization notebook in README and docs
More generic implementation of distiller.utils.model_device
Added a fix for the quant-aware-train checkpoint loading issue.
Bypass Torchvision MobileNet v2 ONNX-export bug
Switch to PyTorch 1.1.0 (#306)
Update ADC_DDPG.py to comply with latest Coach changes
amc_before_pyto…
amc_before_pytorch1.1_merge
AMC notebook: several fixes and features
Non-functional changes
coach interface: Set Coach's PRNG seed
rewards.py: env.dense_model_macs renamed to env.original_model_macs
environment.py: various renaming
ranked_structures_pruner.py: Various feaures
Add ranking noise
Model thinning bug fix
v0.3.2
v0.3.2
Fix bug in last commit (save only if logdir defined)
Post train quant: Save per-layer quantization params to yaml file
Dump outputs in run log dir instead of script dir
Loading