上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 31 下一页
摘要: 论文:https://arxiv.org/pdf/1608.08710.pdf 摘要 CNN 在各种应用中的成功伴随着计算和参数存储成本的显著增加。最近减少这些开销的努力包括在不损害原始精度的情况下修剪和压缩各个层的权重。然而,基于大小的权值修剪减少了完全连接层的大量参数,并且由于修剪后的网络中的不 阅读全文
posted @ 2023-09-22 17:37 Zenith_Hugh 阅读(273) 评论(0) 推荐(0)
摘要: 深度学习语义分割理论与实战指南 A Theory and Practical Guide to Deep Learning Semantic Segmentation v1.0 louwill Machine Learning Lab Fig0. Machine Learning Lab 引言 图像 阅读全文
posted @ 2023-09-01 12:05 Zenith_Hugh 阅读(729) 评论(0) 推荐(0)
摘要: 1974年, Knuth-Morris-Pratt字符串查找算法(简称为KMP算法)可在一个字符串S内查找一个词W的出现位置。 一个词在不匹配时本身就包含足够的信息来确定下一个匹配可能的开始位置,此算法利用这一特性以避免重新检查先前配对的字符。 阅读全文
posted @ 2023-08-30 16:45 Zenith_Hugh 阅读(6) 评论(0) 推荐(0)
摘要: sudo apt update 报错: 错误:10 https://download.docker.com/linux/ubuntu \ Release 404 Not Found [IP: 143.204.126.13 443] 命中:11 http://ppa.launchpad.net/roc 阅读全文
posted @ 2023-08-09 22:24 Zenith_Hugh 阅读(2945) 评论(0) 推荐(0)
摘要: #### 1. 经验风险、期望风险、结构风险 参考: 【1】https://www.cnblogs.com/Joyce-song94/p/7443911.html 【2】https://alisure.github.io/2018/04/14/ML/%E6%9C%BA%E5%99%A8%E5%AD% 阅读全文
posted @ 2023-08-04 14:09 Zenith_Hugh 阅读(27) 评论(0) 推荐(0)
摘要: 参考:https://www.gradio.app/guides/Gradio-and-ONNX-on-Hugging-Face import numpy as np import onnxruntime import copy import cv2 def letter_bbox(img, tar 阅读全文
posted @ 2023-08-03 18:32 Zenith_Hugh 阅读(14) 评论(0) 推荐(0)
摘要: #### 1. 换脸插件 https://github.com/s0md3v/sd-webui-roop 安装:直接选择扩展,从网址中安装 参考:https://zhuanlan.zhihu.com/p/639577691 错误: > cmdline: git fetch -v -- origin 阅读全文
posted @ 2023-07-23 23:29 Zenith_Hugh 阅读(2176) 评论(0) 推荐(0)
摘要: 方法1: 对于分类任务,每类先手动搞个 100张图,然后训练个基础模型。 找一些相关的数据,用这个模型跑出来一些结果,然后手工挑选一些来扩增数据集。 方法2: 使用 clip 把这些相关的数据做一个嵌入,保存下来,然后通过问问题的方式,找到需要类别的数据 方法3: 直接用 clip 来做图像分类任务 阅读全文
posted @ 2023-07-13 18:44 Zenith_Hugh 阅读(185) 评论(0) 推荐(0)
摘要: albumentations: T += [A.Normalize(mean=mean, std=std), ToTensorV2()] # Normalize and convert to Tensor torchvision: T.ToTensor(), T.Normalize(IMAGENET 阅读全文
posted @ 2023-07-12 18:23 Zenith_Hugh 阅读(923) 评论(0) 推荐(1)
摘要: 该进程消耗大量电,并导致发热严重。 如何关闭? https://tieba.baidu.com/p/6502016900 阅读全文
posted @ 2023-07-12 17:53 Zenith_Hugh 阅读(1008) 评论(0) 推荐(0)
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 31 下一页