英文: Real time object detection with Yolo model not working 问题 我已经训练了一个自定义的Yolo模型,用于检测棋盘上的方形插槽,并且在图像上...
实时目标检测使用Yolo模型不起作用。
英文: Real time object detection with Yolo model not working 问题 我已经训练了一个自定义的YOLO模型,用于检测棋盘上的正方形槽,对图像的准确...
为什么使用不同的批次大小时,conv2d会产生不同的结果?
英文: Why conv2d yields different results with different batch size 问题 我使用相同的数据但不同的批次大小(使用堆叠)作为输入来输入co...
为什么conv2d在不同的批量大小下产生不同的结果
英文: Why conv2d yields different results with different batch size 问题 我使用相同的数据但不同的批次大小(使用stack)作为输入来提...
tf_rep.export_graph(tf_model_path): KeyError: ‘input.1
英文: tf_rep.export_graph(tf_model_path): KeyError: 'input.1 问题 我正在尝试将一个onnx模型转换为tflite,在执行tf_rep....
TypeError: ‘float’对象不可订阅,同时打印
英文: TypeError: 'float' object is not subscriptable while printing 问题 # 获取指定符号的当前余额 symbols_t...
在Huggingface Vilt模型的顶部添加一个分类头部。
英文: Add a Classification Head on Top of Huggingface Vilt Model 问题 我想在huggingface vilt transformer的基础...
Deep Learning 二进制案例:模型预测的掩码可视化 + 二进制IoU
英文: Deep Learning binary case : visualization of masks predicted by the model + BinaryIoU 问题 I have ...
将权重从Keras分配给Torch模型。
英文: Assign weights from keras to torch model 问题 我正在制作一个用于检查动画脸部是否相似的项目。我尝试自己训练一个模型,但进展不明显。因此,我决定使用已经...
我如何衡量一句话与其否定含义之间的语义相似性?
英文: How can i measure semantic similarity between a sentence and its negative meaning? 问题 我一直在开发一个“自...