Skip to content

Commit

Permalink
Update download docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Wang committed Jun 14, 2018
1 parent afb10f1 commit bd2758e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions nnvm/python/nnvm/testing/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,6 @@ def download(url, path, overwrite=False, size_compare=False):
size_compare : bool, optional
Whether to do size compare to check downloaded file.
Returns
-------
out_name : converted out name of operation
sym : nnvm.Symbol
Converted nnvm Symbol
"""
if os.path.isfile(path) and not overwrite:
if size_compare:
Expand Down

0 comments on commit bd2758e

Please sign in to comment.