logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

win搜索文件搜不到含有括号的的图片,例如(2).png 搜索不到括号,解决,System.FileName:~=“(”

System.FileName:~=“(” 这样就行。括号上加个引号windows。win7搜索文件怎么搜索文件名中带圆括号的文件。如下搜索的时候加下面一整串。~< 是以什么为开头,~= 是包含的意思,

文章图片
#python
大规模底库搜索特征比对库Milvus,介绍和了解

1、Faiss – 高维向量相似度检索和聚类facebook有一个专门做向量搜索的库faiss,使用类似于检索的方式对最相近的向量进行查找,支持欧氏距离、cosine相似度等常见的匹配方式,更重要的是还支持GPU加速使用范例 import faisshttps://www.zhihu.com/question/356981769/answer/9100840212、Milvus高性能Milvus为

pytorch转换onnx,测试onnx,pytorch 模型结果是否一致

def to_onnx():dummy_input = torch.randn(1, 3, 112, 112, dtype=torch.float)# model = model_res()model = model_osnet()input_names = ["data"]output_names = ["fc"]torch.onnx.export(model,dummy_input,"./

模型注意力机制的方法,senet,gcnet SRMnet,SGEnet,增强注意力机制AA,Relation-Aware Global

优化分类模型的结构注意力机制senet,gcnet SRMnet,SGEnet,增强注意力机制AA,每个有代码实现最大化注意力机制(EMA)1、SEnet, GCnet2、SGEnet, Spatial Group-wiseEnhance: Improving SemanticFeature Learning in ,ConvolutionalNetworks,https://...

pytorch余弦退火学习率,代码和图示 CosineAnnealingLR,CosineAnnealingWarmRestarts

pytorch的余弦退火学习率torch.optim.lr_scheduler:调整学习率之CosineAnnealingWarmRestarts()参数说明参考博主关于torch学习率调整的文章,写的非常好。https://blog.csdn.net/qyhaill/article/details/103043637,但是CosineAnnealingWarmRestarts()学习率调整博主没

transformer,视觉模型改进论文的讨论

5、如何理解 Swin Transformer 和 Vision Transformer不同任务上的差异?- 猛猿的回答 - 知乎。3、近两年有哪些ViT(Vision Transformer)的改进算法?- ZOMI酱的回答 - 知乎。4、为啥Transformer在遥感上效果差?- yan的回答 - 知乎。6、vit 模型和 swim transformer 的区别。

文章图片
#transformer#深度学习#人工智能
切换python版本python2.7

切换python 版本,配置优先级优先级

#python#开发语言
    共 68 条
  • 1
  • 2
  • 3
  • 7
  • 请选择