paddleNLP实体识别速度要10秒左右,正常吗?性能如何调优?
text = params.get("text", "") schema = params.get("schema",[]) ie = Taskflow('information_extraction', schema=schema) print("当前时间...
自己创建的parameter和函数为什么不优化?需要加什么操作吗??比如这个例子
import paddle.fluid.layers as layers
place = fluid.CPUPlace()
exe = fluid.Executor(place)
W = layers.create_parameter(shape=[1], dtype='float32')
y = 2*W;
adam = fluid.optimizer.Ad...
有大佬知道安装过程中出现这个错误是什么原因吗
输入>python -m pip install paddlepaddle-gpu==2.0.1.post101 -f https://mirror.baidu.com/pypi/simple之后
弹出ERROR: Could not find a version that satisfies the requirement padd...