paddledetection求问这是什么问题
/opt/conda/envs/python35-paddle120-env/lib/python3.7/site-packages/sklearn/externals/joblib/externals/cloudpickle/cloudpickle.py:47: DeprecationWarning: the imp module is deprecate...
请问语音合成这个报错是什么意思?
["cookie"]=>
string(14) "742364938_2002"
["err_detail"]=>
string(21) "Error from tts engine"
["err_msg"]=>
string(14) "backend error."
["err_no"]=>
int(503)
["err_subcode"]=>
int(5...
老哥这个错误是什么意思
RuntimeError: (NotFound) Operator elementwise_floordiv does not have kernel for data_type[double]:data_layout[ANY_LAYOUT]:place[CUDAPlace(0)]:library_type[PLAIN].[Hint: Expected ke...
keyerror:8这个是什么问题呢
Traceback (most recent call last):File "tools/train.py", line 171, in main()File "tools/train.py", line 167, in mainrun(FLAGS, cfg)File "tools/train.py", line 118, in runtrainer = ...
Invalid dimension to be accessed. 这个是什么原因?求助
otImplementedError Traceback (most recent call last) in 4 for j in [5,4,3,2]: 5 p =j----> 6 RunFun()
in RunFun() 42 temp_labels.append(temp_labels_one_hot) 43 print(type(temp_ima...
是否只支持在国内使用?
在美国、香港等地是否有支持 语音合成的服务器?
是不是在国外会直接走离线的模式进行语音合成?
假如在国外在线合成,是不是又较...
我用sudo pip安装paddlepaddle
安装完成后加载不了paddle模块:
one@one-virtual-machine:~$ python3 Python 3.5.2 (default, Oct 7 2020, 17:19:02) [GCC 5.4.0 20160609] on linuxType "help", "copyright", "c...
用paddleocr时, 一直报错,
(NotFound) Cannot open file C:\Users\鏂囪繙/.paddleocr/2.4\ocr\det\ch\ch_PP-OCRv2_det_infer/inference.pdmodel, please confirm whether the file is normal.[Hint: Expected static_c...
dropout原理和作用
dropout是指在深度学习网络的训练过程中,对于神经网络单元,按照一定的概率将其暂时从网络中丢弃。注意是暂时,对于随机梯度下降...