本文参考原文 http://bjbsair.com/2020 03 25/tech info/6302/ 今天来看看网红Attention的效果,来自ACL的论文Hierarchical Attention Networks for Document Classification 论文概述 近年来, ...
分类:
其他好文 时间:
2020-03-26 09:13:08
阅读次数:
69
Step by step!手把手教你如何使用Longhorn来管理云原生高性能分布式SQL数据库,从创建一个带角色的service account、VM实例开始,教你如何创建GKE集群、安装Longhorn以及云原生分布式SQL数据库,并使用Longhorn对它的volume进行管理。最终你将部署一个完整的云原生基础架构堆栈。
分类:
数据库 时间:
2020-03-25 19:05:28
阅读次数:
74
Remove the history from recreate the repos from the current content only push to the github remote repos ensuring you overwrite history 来源: https://gi ...
分类:
其他好文 时间:
2020-03-25 18:47:35
阅读次数:
415
利用vba生成8个随机数。 Sub rndSer() tempA = Array(0, 1, 2, 3, 4, 5, 6, 7) For i = 7 To 1 Step -1 s = Int(Rnd() * (i + 1) + Second(Now())) Mod (i + 1) a = tempA ...
分类:
其他好文 时间:
2020-03-24 14:33:23
阅读次数:
75
1.why we clear gradient in optimizer && step's meaningimport torch.optim as optim # 创建optimizer,需要传入参数和learning rate optimizer = optim.SGD(net.paramet ...
分类:
其他好文 时间:
2020-03-24 10:58:26
阅读次数:
73
本文针对 Linux 系统,windows 第一步 根据 composer 官网进行安装 后面的步骤相同 step 1 全局安装 composer 1 2 $ curl -sS https://getcomposer.org/installer | php $ mv composer.phar /u ...
分类:
其他好文 时间:
2020-03-23 16:56:00
阅读次数:
99
用inception-v3重新训练自己的数据模型 背景: 现代的图像识别模型具有数以百万计的参数,从头开始训练(Train from scratch)需要大量的样本数据以及消耗巨大的计算资源(几百个GPU),因此采用迁移学习的方式重训一个模型(Retrain a model)对于学习模型的成本较低, ...
分类:
其他好文 时间:
2020-03-23 16:51:09
阅读次数:
82
# step 0: clear# sudo apt-get remove docker docker-engine docker-ce docker.io# step 1: 安装必要的一些系统工具sudo apt-get update#sudo apt-get -y install apt-tran ...
分类:
其他好文 时间:
2020-03-22 10:50:18
阅读次数:
73
Foreword 上一篇简单介绍了webpack的打包功能,应该说是比较无意义的打包,对于开发人员来说,这种效率是非常低的。所以我们来点升华。 First Step 我们给第一篇例子中加个样式文件我们 style.css body { background: yellow; } 然后修改 entry ...
分类:
Web程序 时间:
2020-03-21 21:40:03
阅读次数:
83
自己记录下 使用脚本定时每几分钟执行一次任务: #!/bin/bash #打印当前地址 echo $(dirname $0) #获取父级路径 path=$(dirname $(dirname $PWD)) echo ${path} #执行的任务 program=aa.app step=5 #获取当前 ...
分类:
系统相关 时间:
2020-03-21 09:58:04
阅读次数:
185