码迷,mamicode.com
首页 >  
搜索关键字:ssd performance    ( 3156个结果
论文下载
On the convergence analysis of gravitational search algorithm Convergence analysis and performance of an improved gravitational search algorithm ...
分类:其他好文   时间:2019-03-10 20:30:37    阅读次数:133
.Net 之 RPC 框架之Hprose(远程调用对象)
实现远程调用对象,跨进程访问对象,可实现分布式 首先给服务端和客户端 nuget Hprose 可使用tcp和http两种调用方式 服务端 客户端 ...
分类:Web程序   时间:2019-03-04 17:33:30    阅读次数:462
SSD
https://blog.csdn.net/WZZ18191171661/article/details/79444217 论文题目:SSD: Single Shot MultiBox Detector 论文链接:论文链接 论文代码:Caffe代码点击此处 This results in a sig ...
分类:其他好文   时间:2019-02-28 22:50:46    阅读次数:240
目标检测综述
这篇博客将介绍自深度学习以来目标检测的常见方法(YOLO,RCNN,SSD,RetinaNet),重点讲YOLO算法。 ...
分类:其他好文   时间:2019-02-28 01:00:01    阅读次数:243
Focal Loss2
<! flowchart 箭头图标 勿删 Introduction 此篇论文获得了ICCV最佳学生论文奖,指导人是FAIR的He Kaiming大神: 众所周知,detector主要分为以下两大门派: one stage系 two stage系 代表性算法 YOLOv1、SSD、YOLOv2、YOL ...
分类:其他好文   时间:2019-02-25 23:27:04    阅读次数:481
java 基础 --- 动态代理和静态代理
问题 : 代理的应用场景是什么 动态代理的底层原理是什么,为什么只能继承接口 概述 代理模式是设计模式的一种,简单地说就是调用代理类的方法实际就是调用真实类的方法。这种模式在AOP (切面编程)中非常常见,使用的场景比如事务,网络代理等。他的特征是代理类与委托类有同样的接口,代理类主要负责为委托类预... ...
分类:编程语言   时间:2019-02-25 16:40:24    阅读次数:162
数据库分页备份
mysql-e‘showdatabases;‘|grep-Ev‘Database|information_schema|performance_schema‘|sed-r"s@(.*)@mysqldump-B\1|gzip>\/date\/\1.sql.gz1@"|bashforiinmysql-e‘showdatabases;&#
分类:数据库   时间:2019-02-22 21:30:09    阅读次数:203
内核诊断(1)interrupt took too long
The linux kernel gathers samples using ‘perf’ performance monitor without affecting the latencies. These include getting interrupt times. If interrupt ...
分类:其他好文   时间:2019-02-18 19:14:10    阅读次数:2394
Linux有关硬盘知识
磁盘知识详解 2.1磁盘知识的体系结构 2.2 回顾Linux buffer和cache的区别 2.3 磁盘 2.3.1 固态硬盘与普通磁盘比较,拥有以下优点 2.3.2 固态磁盘SSD缺点 固态磁盘与传统磁盘比较,拥有以下缺点: 2.3.3 SSD固态磁盘与传统机械磁盘优劣对比 上表是对固态磁盘和 ...
分类:系统相关   时间:2019-02-13 20:58:51    阅读次数:189
[HTML5] Track First Contentful Paint with PerformanceObserver and Google Analytics
"If you can't measure it, you can't improve it." The first step when doing performance work is to measure meaningful metrics to establish a baseline f ...
分类:Web程序   时间:2019-02-12 09:11:35    阅读次数:159
3156条   上一页 1 ... 58 59 60 61 62 ... 316 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!