We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c687d7e commit 2e88e68Copy full SHA for 2e88e68
main.py
@@ -45,7 +45,6 @@
45
46
args = parser.parse_args().__dict__
47
lr = args.pop('lr')
48
- num_of_category = args.pop('num_of_category')
49
50
print('generating model')
51
model = googlenet.Googlenet(10)
0 commit comments