Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 0e5e9d3

Browse files
authored
[cherry-pick] Obtaining proper base model for resnet20 (#130
1 parent 0aec132 commit 0e5e9d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/keras/prune_resnet20.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def download_model_and_recipe(root_dir: str):
7777
dataset="cifar_10",
7878
training_scheme=None,
7979
optim_name="base",
80-
optim_category=None,
80+
optim_category="none",
8181
optim_target=None,
8282
override_parent_path=model_dir,
8383
)

0 commit comments

Comments
 (0)