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.
3910b5bde1d4246dcf823b467957035cd5e5cc0e
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
15
May
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
Merge branch 'master' of https://github.com/NervanaSystems/distiller
SummaryGraph: fix ‘weights_vol’ attribute for conv and linear layers
Activation Histograms (#254)
SummaryGraph changes: _force_outplace + OrderedDicts
Fix failing test after last post-train quant change
Improved logging when saving collectors data (#251)
Post train quant - warn instead of exit when dynamic quant not supported
Merge branch 'master' of https://github.com/NervanaSystems/distiller
Fix broken load test (#245)
AMC: Revive support for weights-channels removal
Allow loading checkpoints not containing an optimizer
Quantizer: Proper handling of modules that point to same object (#239)
Update README
Post-train quant: Ensure quant params are located on correct device (#241)
Added PackedSequence functionality (#236)
Remove single worker limitation in deterministic mode (#227)
LSTM: Modular implementation + Post-Train Quantization Sample (#196)
ActivationStatsCollectors: Handle non-contiguous tensors (#228)
Post-train quant: Extend acts clipping functionality (#225)
Docs: Fix broken images and links
save_checkpoint(): Save dict of user values (Breaking) (#219)
Add functionality to log values of buffers in a model (#220)
SummaryGraph - fix MACs calculation for grouped-convolutions
Relaxation of the SummaryGraph API (#212)
Documentation: add missing images
Refine pruning logic (#222)
Proper handling of 0s in DoReFa 1-bit weights (#205)
Removed sys.path modifications when importing distiller. (#224)
Fix issue #213 (#221)
Add FP16 support in post-training quantization (#216)
lsq for weights
gste
gste
Bugfix in create_model()
Update and organize .gitignore
lsq activations
Quantizer: Specify # bias bits + custom overrides (BREAKING) (#178)
setup.py - correct distiller version
setup.py - fix recursive import
Change distiller version to "0.4.0-pre"
Add ResNeXt101 pruning example (#201)
Load optimizer from checkpoint (BREAKING - see details) (#182)
Loading