发表评论取消回复
相关阅读
相关 《Distance-IoU Loss:Faster and Better Learning for Bounding Box Regression》论文笔记
代码地址:[DIoU][] 1. 概述 > 导读:这篇文章主要的贡献在边界框损失函数的优化上面,传统上使用 L n L\_n Ln范数的损失,如smooth-L1或是
相关 model.train()和model.eval()
[https://blog.csdn.net/ccbrid/article/details/80573253][https_blog.csdn.net_ccbrid_artic
相关 tf.train.Example and tf.train.Feature
例子: coding:utf-8 import tensorflow as tf import numpy as np import
相关 【图像分类】 EfficientNetV2:更快、更小、更强——论文翻译
目录 摘要 一、简介 3. EfficientNetV2 架构设计 3.1. 回顾 EfficientNet 3.2.了解训练效率 3.3.训练感知 NAS
相关 《EfficientNetV2:Smaller Models and Faster Training》论文笔记
参考代码:[EfficientNetV2][] 1. 概述 > 导读:这篇文章是在EfficientNet基础(借鉴了其中一些既有结论)上进行改进优化来的,其主要的优化
相关 【论文阅读】Avoiding Reasoning Shortcuts Adversarial Evaluation, Training, and Model Development for Multi
Avoiding Reasoning Shortcuts Adversarial Evaluation, Training, and Model Development fo
相关 【深度学习NLP论文笔记】《Visualizing and Understanding Neural Models in NLP》
![70][] 1 Introduction 神经网络对于NLP任务的可解释性很差。深度学习模型主要是基于word embedding词嵌入(比如low-dimensi
相关 [work] Faster R-CNN论文笔记
在介绍Faster R-CNN之前,先来介绍一些前验知识,为Faster R-CNN做铺垫。 一、基于Region Proposal(候选区域)的深度学习目标检测算法
相关 《YOLO9000: Better, Faster, Stronger》论文笔记
1. 论文思想 在这篇论文中提出了YOLO9000网络模型,该模型可以实时建册多达9000种目标。首先对原始的YOLO进行改进,提升之后的模型是YOLO-V2。使用新的多
相关 《Grid R-CNN Plus: Faster and Better》论文笔记
代码地址:[Grid R-CNN][] 1. 概述 > 导读:Grid R-CNN将原(Faster R-CNN)中检测框偏移预估的问题转换为网格点预估问题,有了网格点
还没有评论,来说两句吧...