飞桨开发者论坛技术达人征集活动奖品兑换
) (帖子是否被评选为经验贴将由工作人员人工审核) 活动奖励: 我们将于年前公布结果与发放奖品。 请参加活动的开发者扫码进入活动群,如有问题请进群后提问~ ...
小帅丶干货之图像识别在微信小程序展示
://mp.weixin.qq.com/cgi-bin/wx注册个微信小程序(作者不会移动端开发所以选择了微信小程序) 微信小程序需要注意事项:1.必须有一个具有公网IP...
安装cupy发现cuda配置不对
ERROR: Command errored out with exit status 1: command: /opt/conda/envs/python35-paddle120-env/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-...
请问为什么我安装paddlelite失败?
Could not find a version that satisfies the requirement paddlelite==2.6.0 (from versions: )No matching distribution found for paddlelite==2.6.0
python3.9安装paddle2.0失败
C:\Users\10101>python -m pip install paddlepaddle==2.0.0rc0 -i https://mirror.baidu.com/pypi/simpleDefaulting to user installation because normal site-packages is not writeableLook...
paddlepaddle安装最后一步卡死了
[root@47ff881f28ac /]# python housing.pyCache file /root/.cache/paddle/dataset/uci_housing/housing.data not found, downloading http://paddlemodels.bj.bcebos.com/uci_housing/housing...
【Help】Windows+CPU+PIP 安装paddle失败
python -m pip install paddlepaddle==2.2.2 -i https://mirror.baidu.com/pypi/simpleLooking in indexes: https://mirror.baidu.com/pypi/simpleERROR: Could not find a version that s...
怎么实时计算一个人的排队等待时间?
在 一个排队系统中(如超市、银行),要得到顾客的排队时间、服务时间,应该使用什么方法来得到这个数据?目前,市面上的人流量摄像头解决的大多是人的数量问题,而对于人等待时间问题,好像没有好的方案。...