yolov3目标检测:已训练完,固化保存模型时出现这个错误
----------------------Error Message Summary:----------------------UnavailableError: Load operator fail to open file yolo_model/traintrainconv2d_0.w_0, please check whether the m...
FZ3B连不上
mv /etc/rc5.d/S99eb /etc/rc5.d/S97eb
reboot
执行上面命令后,,系统就一直启不来,什么原因?
人脸3D生成请求参数
文档:https://ai.baidu.com/ai-doc/FACE/9k8a5ycmp
这里面请求必选参数除了images,depths,还有一个params,请问params是什么,应该是什么格式?
no module named 39;cv2';
想跑一下工业表计读数的范例。
在一台ubuntu工控机,INTEL平台,用docker拉取了paddle的景象
docker pull registry.baidubce.com/paddlepaddle/paddle:2.1.0
...
39;NoneType';
import paddle.fluid as fluid
x1 = fluid.layers.fill_constant(shape=[2, 2], value=1, dtype="int64")x2 = fluid.layers.fill_constant(shape=[2, 2], value=1, dtype="int64")y1 = fluid.la...
论文复现训练营记录day3
day任务是写transformer的block
看了一下参数,是写vit,但是函数的写法应该是借鉴的swintransformer,所以我是照着swin写的,去掉了swin的部分...