欢迎您对PaddlePaddle提出建议,非常感谢您对PaddlePaddle的贡献!
在留下您的建议时,辛苦您同步提供如下信息:
- 版本、环境信息
1)PaddlePaddle版本:请提供您的PaddlePaddle版本号,例如1.1
2)CPU/GPU:您是否使用GPU进行训练,如是,请提供您的CUDA和cuDNN版本号
3)系统环境:请您描述系统类型、版本,例如Mac OS 10.14
注:您可以通过执行summary_env.py获取以上信息。
- 复现信息:如为报错,请给出复现环境、复现步骤
- 建议描述:请您详细描述,您认为需优化的功能
Thank you for contributing to PaddlePaddle.
Before submitting the issue, you could search issue in the github in case that there was a similar issue submitted or resolved before.
Please make sure that this is a feature request.
System information
-PaddlePaddle version (eg.1.1)or CommitID
-CPU: including CPUMKL/OpenBlas/MKLDNN version
-GPU: including CUDA/CUDNN version
-OS Platform (eg.Mac OS 10.14)
Note: You can get most of the information by running summary_env.py.
To Reproduce
Steps to reproduce the behavior
Describe the feature and the current behavior/state.
Any Other info.
5条答案
按热度按时间u5i3ibmn1#
您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看官网API文档、常见问题、历史Issue、AI社区来寻求解答。祝您生活愉快~
Hi! We've received your issue and please be patient to get responded. We will arrange technicians to answer your questions as soon as possible. Please make sure that you have posted enough message to demo your request. You may also check out the API,FAQ,Github Issue and AI community to get the answer.Have a nice day!
ccgok5k52#
你好,感谢你的建议,我们记录下哈,有些库确实下载速度很慢
8zzbczxx3#
是非常的慢。尝试过很多很多次,都没下载成功过。更更换成了码云的,也不行。建议是可以提供一个第三方库的镜像,或者我们手动下载下来后,放到某个目录下面,也可以编译。
zlhcx6iw4#
嗯嗯 暂时的解决方案是需要什么库的话,就手动下载并解压到到thirdpqrty目录下,第三方镜像的问题我们记录下~
34gzjxbg5#
第三方库也可以建立本地mirror镜像,不在paddle目录内方便随时清理paddle build目录。然后修改相应库的地址为本地地址即可。
比如可以把所有第三方库提前clone到
/path/to/gitmirror/
目录下。如果您有nas之类的服务器设备,在其上建立git仓库mirror是非常合适的,参考 wadefelix@b4c03bb