Skip to content

Commit 2e88e68

Browse files
committed
fixed bug
1 parent c687d7e commit 2e88e68

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main.py

-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545

4646
args = parser.parse_args().__dict__
4747
lr = args.pop('lr')
48-
num_of_category = args.pop('num_of_category')
4948

5049
print('generating model')
5150
model = googlenet.Googlenet(10)

0 commit comments

Comments
 (0)