szha commented on issue #19279: URL: https://github.com/apache/incubator-mxnet/issues/19279#issuecomment-703164381
It looks like there are two issues: - because there's no prompt/progress bar, the downloading on slow network appear to be hanging. I think we can address this by adding a progress bar to the download function here: https://github.com/apache/incubator-mxnet/blob/e297471c45a185d152cad1668dbb62e277fe6d62/python/mxnet/gluon/utils.py#L330 we should only try to import tqdm without requiring it so that we don't make tqdm a required dependency. - GluonCV should have a checksum for the archive file and check before unzipping it to report incomplete download. (cc @zhreshold) ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
