Skip to content

Commit

Permalink
lint fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurawly committed Mar 16, 2019
1 parent e8e03cd commit 958a929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tvm/relay/op/vision/nms.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@ def non_max_suppression(data,
"""
return _make.non_max_suppression(data, valid_count, max_output_size,
iou_threshold, force_suppress, top_k,
coord_start, score_index, id_index,
coord_start, score_index, id_index,
return_indices, invalid_to_bottom)

0 comments on commit 958a929

Please sign in to comment.