Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
7add1c69
"vscode:/vscode.git/clone" did not exist on "61487e0a00f1956d413fa015884e8e95a9636b13"
Unverified
Commit
7add1c69
authored
May 17, 2021
by
M_bones
Committed by
GitHub
May 17, 2021
Browse files
modify the comments of supporting resnet in channel_pruning_env.py (#3647)
parent
dddf0b9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
nni/algorithms/compression/pytorch/pruning/amc/channel_pruning_env.py
...ms/compression/pytorch/pruning/amc/channel_pruning_env.py
+1
-1
No files found.
nni/algorithms/compression/pytorch/pruning/amc/channel_pruning_env.py
View file @
7add1c69
...
@@ -85,7 +85,7 @@ class ChannelPruningEnv:
...
@@ -85,7 +85,7 @@ class ChannelPruningEnv:
args:
args:
A Namespace object containing following arguments:
A Namespace object containing following arguments:
model_type: str
model_type: str
model type to prune, currently 'mobilenet'
and
'mobilenetv2' are supported.
model type to prune, currently 'mobilenet'
,
'mobilenetv2'
and 'resnet'
are supported.
flops_ratio: float
flops_ratio: float
preserve flops ratio.
preserve flops ratio.
lbound: float
lbound: float
...
...
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