We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thank you for the great work, but I’ve encountered a issue while downloading. Could you please help me take a look?
I use Python 3.8 with my modelscope is 1.6.0 via pip installed. My machine is an Aliyun ECS and its network services.
1.6.0
When I download the pretrain subset, I got the error below:
pretrain
requests.exceptions.ConnectionError: HTTPConnectionPool(host='www.modelscope.cn', port=80): Max retries exceeded with url: /api/v1/datasets/modelscope/Youku-AliceMind/oss/tree/?MaxLimit=-1&Revision=master&Recursive=True&FilterDir=True (Caused by ReadTimeoutError("HTTPConnectionPool(host='www.modelscope.cn', port=80): Read timed out. (read timeout=1800)"
When I download the classification or retrieval subset, I got the error below:
classification
retrieval
oss2.exceptions.NoSuchKey: {'status': 404, 'x-oss-request-id': '648164E2E81BB23635579DA3', 'details': {'Code': 'NoSuchKey', 'Message': 'The specified key does not exist.', 'RequestId': '648164E2E81BB23635579DA3', 'HostId': 'dataset-hub.oss-cn-hangzhou.aliyuncs.com', 'Key': 'public--zip/modelscope/Youku-AliceMind/master/videos/classification/14111B12117422YB5YYABB2FB3JCA1-b32488Ea75-3a5CY1a3CY8a54J8BA1AJ-7C.mp4', 'EC': '0026-00000001'}}
When I download the caption subset, I got the error below:
caption
ValueError: subset_name caption not found. Available: dict_keys(['classification', 'retrieval', 'pretrain'])
The text was updated successfully, but these errors were encountered:
Hi, we are facing some downloading issues right now. We will fix it ASAP and notify you. 😊
Sorry, something went wrong.
Hi, I'm facing the same download issue. How is it going with your repair work? Thanks!
No branches or pull requests
Thank you for the great work, but I’ve encountered a issue while downloading. Could you please help me take a look?
I use Python 3.8 with my modelscope is
1.6.0
via pip installed. My machine is an Aliyun ECS and its network services.When I download the
pretrain
subset, I got the error below:When I download the
classification
orretrieval
subset, I got the error below:When I download the
caption
subset, I got the error below:The text was updated successfully, but these errors were encountered: