码迷,mamicode.com
首页 >  
搜索关键字:real    ( 2619个结果
ImageDataGenerator
一、ImageDataGenerator类的定义以及构造函数的参数详解 1.1 ImageDataGenerator类的简单介绍 class ImageDataGenerator(object): """Generate batches of tensor image data with real ...
分类:其他好文   时间:2020-02-21 14:57:23    阅读次数:122
linux上设置时钟同步
Linux的时间分为System Clock(系统时间)和Real Time Clock (硬件时间,简称RTC)。 系统时间:指当前Linux Kernel中的时间。 硬件时间:主板上有电池供电的时间。 查看系统时间的命令: #date 设置系统时间的命令: #date –set(月/日/年 时: ...
分类:系统相关   时间:2020-02-21 11:26:59    阅读次数:108
DB:Real-time Scene Text Detection with Differentiable Binarization 一些问题
论文地址:https://link.zhihu.com/?target=https%3A//arxiv.org/pdf/1911.08947.pdf github:https://github.com/MhLiao/DB 捣鼓DB有一段时间了,年前开始就训练了。 问题1:不收敛,原来是我的数据标签有 ...
分类:数据库   时间:2020-02-20 22:26:38    阅读次数:134
mac安装beego工具bee报错 go: github.com/derekparker/delve@v1.2.0: parsing go.mod: unexpected module path "github.com/go-delve/delve"
所遇问题: 在mac环境下安装bee工具的时候报错 go get github.com/beego/beego: finding github.com/derekparker/delve/service/rpccommon latestgo: finding github.com/derekpark ...
分类:系统相关   时间:2020-02-20 22:01:58    阅读次数:271
POJ1797 Heavy Transportation (堆优化的Dijkstra变形)
Background Hugo Heavy is happy. After the breakdown of the Cargolifter project he can now expand business. But he needs a clever man who tells him whe ...
分类:其他好文   时间:2020-02-17 01:19:34    阅读次数:85
guice的能力简述
guice这个google出的bean容器框架,ES有用到他。 能干什么 1. 是一个bean容器 2. 能AOP 能力细分与使用方式 1. 以module创建injector。可以看成是一个容器。Module需要自定义且继承自他的AbstractModule。覆写config方法完成装配关系的确定 ...
分类:其他好文   时间:2020-02-15 18:24:41    阅读次数:71
Maxim实时时钟芯片设计指南5791-关于编写健壮的实时时钟控制代码的提示
用DS12C887设计一个万年历,虽然反复查看说明书,还是出各种的错误。 因此,从美心官网查询资料,翻译的不太通,凑合着对照看。 原文链接 Tips for Writing Bulletproof Real-Time Clock Control Code 关于编写健壮的实时时钟控制代码的提示 摘要 ...
分类:其他好文   时间:2020-02-14 16:27:25    阅读次数:83
PP: GRU-ODE-Bayes: Continuous modeling of sporadically-observed time series
From: KU Leuven; ESAT-STADIUS比利时鲁汶大学 ?? How to model real-world multidimensional time series? especially, when these are sporadically observed data. ? ...
分类:其他好文   时间:2020-02-12 00:56:56    阅读次数:82
BK: Data mining, Chapter 2 - getting to know your data
Why: real-world data are typically noisy, enormous in volume, and may originate from a hodgepodge of heterogeneous sources. mean; median; mode(most co ...
分类:其他好文   时间:2020-02-11 09:33:39    阅读次数:71
4. 参数传递与返回值
1. 定义在私有区域中的构造函数(内容略) 2. 常量成员函数(const member functions) double real() const { return re; } double imag() const { return im; } 上面这两个函数只是把函数的实部和虚部拿出来,并不 ...
分类:其他好文   时间:2020-02-10 14:03:06    阅读次数:74
2619条   上一页 1 ... 24 25 26 27 28 ... 262 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!