用cpu时自动重启怎么回事?
在 ai studio 上搭建网络时,只需单步执行模型计算,所以为了节省资源(和算力卡)常常用cpu主机,但有时会自动重启而失去保存的中间...
遇到 GPU not found类似的问题怎么办
遇到 GPU not found, please check your environment or use cpu version by "pip install paddle_serving_server"
请问怎么把py_reader替换成最新框架
py_reader = fluid.layers.py_reader(capacity=64, shapes=[[-1] + config.image_shape, [-1, 4], [-1, ...
人脸注册的时候多级分组怎么设置?
人脸注册时. 一个用户有两层组,group_id这个参数要如何设置
父级分组
--> 下级分组
-->用户信息
类似这样的分组信息,如何注册
java实现表格文字识别,但怎么解析json?
生成这样的,该如何解析呢
{"result_data":"{\"form_num\":1,\"forms\":[{\"footer\":[],\"header\":[{\"column\":[0],\"probability\":0.973354,\"rect\":{\"left\":299.0,\"to...
人脸马赛克怎么搞
需要把人脸进行模糊化,有啥思路没?可以通过人脸识别识别出人脸区域,模糊化只能自己处理图片?有啥好方案
汉字注音也读不对怎么办?
比如下面这段,读到“得(de5)自动转(zhuan3)幻(huan4)”时,“转(zhuan3)”就出错了。
汉(han4)芒(mang2)帆(fan1)亿(yi4)戏(xi4)统(tong3)能(neng2)购(go...
跨域访问问题怎么解决
Failed to load https://aip.baidubce.com/oauth/2.0/token: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:9527' is therefore n...
使用集群缺少库怎么办?比如keras
import numpy
from keras.models import Sequential
from keras.layers import Dense
from keras.layers import LSTM
from keras.utils import np_utils
from keras.preprocessing.sequence imp...