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
Commits
2a4cde0f
Commit
2a4cde0f
authored
6 years ago
by
Neta Zmora
Browse files
Options
Downloads
Patches
Plain Diff
Resnet50 AGP: fix numerical error in text describing the results.
parent
d89a3a07
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/agp-pruning/resnet50.schedule_agp.filters.yaml
+2
-2
2 additions, 2 deletions
examples/agp-pruning/resnet50.schedule_agp.filters.yaml
with
2 additions
and
2 deletions
examples/agp-pruning/resnet50.schedule_agp.filters.yaml
+
2
−
2
View file @
2a4cde0f
#
#
# This schedule performs filter-pruning using L1-n
r
om ranking and AGP for the setting the pruning-rate decay.
# This schedule performs filter-pruning using L1-no
r
m ranking and AGP for the setting the pruning-rate decay.
#
#
# Best Top1: 74.472 (epoch 89)
# Best Top1: 74.472 (epoch 89)
# No. of Parameters: 12,335,296 (of 25,502,912) = 43.37% dense (5
1
.63% sparse)
# No. of Parameters: 12,335,296 (of 25,502,912) = 43.37% dense (5
6
.63% sparse)
# Total MACs: 1,822,031,872 (of 4,089,184,256) = 44.56% compute = 2.24x
# Total MACs: 1,822,031,872 (of 4,089,184,256) = 44.56% compute = 2.24x
#
#
# time python3 compress_classifier.py -a=resnet50 --pretrained -p=50 ../../../data.imagenet/ -j=22 --epochs=100 --lr=0.0005 --compress=resnet50.schedule_agp.filters.yaml --validation-size=0 --num-best-scores=10 --name="resnet50_filters_v3.2"
# time python3 compress_classifier.py -a=resnet50 --pretrained -p=50 ../../../data.imagenet/ -j=22 --epochs=100 --lr=0.0005 --compress=resnet50.schedule_agp.filters.yaml --validation-size=0 --num-best-scores=10 --name="resnet50_filters_v3.2"
...
...
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