今日完成 今天是做的demonstration 这一周主要做的是超参数(hyper parameter)搜寻,神经网络架构(architecture)调整,损失函数(loss function)调整 使用的架构是两层隐层,每层隐层十个节点 拟合效果不好,loss function下不去,最低只能到6 ...
分类:
其他好文 时间:
2019-08-30 19:11:40
阅读次数:
55
PyTorch 关于多 GPUs 时的指定使用特定 GPU. PyTorch 中的 Tensor,Variable 和 nn.Module(如 loss,layer和容器 Sequential) 等可以分别使用 CPU 和 GPU 版本,均是采用 .cuda() 方法. 如: 采用 .cuda() ...
分类:
其他好文 时间:
2019-08-30 14:35:30
阅读次数:
2012
任务简述:最近做一个图像分类的任务, 一开始拿vgg跑一个baseline,输出看起来很正常: 随后,我尝试其他的一些经典的模型架构,比如resnet50, xception,但训练输出显示明显异常: val_loss 一直乱蹦,val_acc基本不发生变化。 检查了输入数据没发现问题,因此怀疑是网 ...
分类:
其他好文 时间:
2019-08-27 19:17:29
阅读次数:
537
i.e. 那就是 e.g. 举个例子 btw (by the way)顺便说一下 w. l. o. g. (Without loss of generality)不失一般性 w. r. t (with respect to)prep 关于 c. f. (confer)比较,查阅 a.k.a(also ...
分类:
其他好文 时间:
2019-08-26 16:42:20
阅读次数:
152
引言 这篇论文深刻分析了one-stage的模型精度比two-stage更差的原因,并提出Focal Loss提高精度。 思路 在论文中,作者指出,造成one-stage模型精度差的原因主要是:正负样本极不平衡。一张图片只有那么几个目标,但是用来分类的Anchor Box却能达到几千个,大量的样本都 ...
分类:
Web程序 时间:
2019-08-22 19:12:06
阅读次数:
134
rman备份archivelog时出现以下错误: RMAN> backup archivelog all delete input; Starting backup at 14-APR-14 current log archived using channel ORA_DISK_1 using ch... ...
分类:
数据库 时间:
2019-08-17 18:03:08
阅读次数:
115
How to Delete Archivelog Using RMAN in Oracle Recovery Manager (RMAN) is an Oracle Database client that performs backup and recovery tasks on your dat ...
分类:
数据库 时间:
2019-08-17 17:53:49
阅读次数:
148
summary是TensorFlow可视化的工具,主要用到以下函数: 1、tf.summary.scalar() 2、 tf.summary.merge_all() 3、tf.summary.FileWriter() tf.summary.scalar('loss', loss) ## 用来搜集 l ...
分类:
其他好文 时间:
2019-08-11 12:42:21
阅读次数:
77
AirPlay是苹果公司推出的一套无线音乐解决方案,我们手里的iPhone、iPad甚至是Apple Watch等设备还有电脑上的iTunes都支持AirPlay,但是支持AirPlay功能的音响设备都是比较贵的,荷包扁扁的我自然是感觉买那么贵的音响实在是不合算。前两天突发奇想,如果STM32可以支 ...
分类:
其他好文 时间:
2019-08-09 17:43:42
阅读次数:
123
Shader "Custom/DataFlowEffect" { Properties { _MainColor("Main Color",Color) = (1,1,1,1) _MainTex("Main Texture",2D) = "white"{} _Specular("Specular",... ...
分类:
编程语言 时间:
2019-07-30 11:07:09
阅读次数:
135