Skip to content

Commit

Permalink
Remove redundant parameters when creating the architecture.
Browse files Browse the repository at this point in the history
  • Loading branch information
Xinlei Chen committed Mar 27, 2017
1 parent 4f20e4e commit 9058573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/test_net.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def parse_args():
else:
anchors = [4, 8, 16, 32]

net.create_architecture(sess, "TEST", imdb.num_classes, caffe_weight_path=args.weight,
net.create_architecture(sess, "TEST", imdb.num_classes,
tag='default', anchor_scales=anchors)

if args.model:
Expand Down

0 comments on commit 9058573

Please sign in to comment.