解决matplotlib使用中文
/aistudio/projectdetail/390895
字体地址更换了:https://imgkr.cn-bj.ufileos.com...
save_dygraph报错
with fluid.dygraph.guard():
fluid.save_dygraph(model.state_dict(),'LR_model')
print('模型保存成功')
量化模型训练报错
Input Variable Input(conv2d_65.w_0.quantized.dequantized...
windows下训练卡死
the behavior Describe your current behavior Code to reproduce the issue Other info / logs
...
语音识别SDK(python)示例报3305错误
:
return fp.read()
a=client.asr(get_file_content('1_1.wav'), 'wav', 16000, {
'dev_pid': 1536,
})
print(a)...
Linux系统安装OpenVINO教程
/install_dependencies
sudo -E ./install_openvino_dependencies.sh
6. 设置环境变量直接...
【邀测痘痣斑检测】痘痣斑你分的清楚吗?
{
String imageBase64 = Base64Util.encode(FileUtil.readFileByBytes(filePath...
飞桨学习心得
上使用pycharm或者VS code,AISTUDIO中的Notebook它能很方便的让我在家里和公司同步代码和项目,也不需要一次次重新部署...
在手写数字识别的项目中python代码问题
办错,UnicodeDecodeError: 'utf-32-be' codec can't decode bytes in position 220-223: code...
使用paddlepaddle识别机甲大师Buff
使用paddlepaddle训练识别robomaster比赛的Buff buff数据集地址https://aistudio.baidu.com/aistudio/projectdetail/307808