anirudh2290 commented on a change in pull request #15118: Conversion from FP32 
model to Mixed Precision model
URL: https://github.com/apache/incubator-mxnet/pull/15118#discussion_r293171687
 
 

 ##########
 File path: python/mxnet/test_utils.py
 ##########
 @@ -1521,6 +1522,72 @@ def download(url, fname=None, dirname=None, 
overwrite=False, retries=5):
     logging.info("downloaded %s into %s successfully", url, fname)
     return fname
 
+def download_model(model_name, dst_dir='./', meta_info=None):
 
 Review comment:
   no this is needed for this PR so I added as part of this PR. I thought this 
was small enough to be included in this PR.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to