调用synthesis接口失败
windows平台下Java调用 synthesis接口。一直正常运行,12月19日后该接口调用失败,抛出的空指针异常。请问这可能是哪里的问题?...
百度paddlepaddle飞桨平台体验
://www.paddlepaddle.org.cn/documentation/docs/zh/api_cn/index_cn.html 接下来的几天...
导入time-series问题
= fluid.layers.data(name='y_', shape=[-1,seq_size], dtype='float32', lod_level = 1) def...
[新人提问]exe.run()的fetch
= fluid.layers.elementwise_add(a, b) place = fluid.CPUPlace() exe = fluid.Executor(place...
paddlex模型裁剪
按照paddlex官方文档中的描述(https://paddlex.readthedocs.io/zh_CN/develop/slim...
save_dygraph报错
with fluid.dygraph.guard(): fluid.save_dygraph(model.state_dict(),'LR_model') print('模型保存成功')