目录 使用非对称卷积分解大filters 重新设计pooling层 辅助构造器 使用标签平滑 参考资料 在《深度学习面试题20:GoogLeNet(Inception V1)》和《深度学习面试题26:GoogLeNet(Inception V2)》中对前两个Inception版本做了介绍,下面主要阐 ...
分类:
Web程序 时间:
2019-07-28 15:34:06
阅读次数:
155
npm install -d 就是npm install --save-dev npm insatll -s 就是npm install --save 以前一直在纠结一个npm安装的包依赖管理的问题。是这样的: 我们在使用npm install 安装模块或插件的时候,有两种命令把他们写入到 pack ...
分类:
其他好文 时间:
2019-07-28 13:35:53
阅读次数:
101
select disc_dept_name as 直达部门,dest_dept_name as 中转部门, sum(amount_freight) as 运费 ,count(amount_freight) as 合计票数 from ta_order_hdr where dest_dept_id > ...
分类:
其他好文 时间:
2019-07-27 15:45:55
阅读次数:
106
select id , case id when 1001 then '第一类' when 1002 then '第二类' else '第三类' end ' 类别 'from dept; ...
分类:
数据库 时间:
2019-07-25 23:36:11
阅读次数:
118
Tired of doing the same job? Get your hands on 700-551 exam It is the nature of the human being that he/she will get tired of doing the same task over ...
分类:
其他好文 时间:
2019-07-24 16:39:32
阅读次数:
127
Tired of doing the same job? Get your hands on 352-011 exam It is the nature of the human being that he/she will get tired of doing the same task over ...
分类:
其他好文 时间:
2019-07-24 16:33:29
阅读次数:
111
树链剖分 #include <algorithm>#include <cstdio>#include <vector>usingnamespacestd; constint maxn = 100000 + 10; int n,m,r,p,dis[maxn],dep[maxn],father[maxn ...
分类:
其他好文 时间:
2019-07-24 12:58:19
阅读次数:
89
基于tidb2.0版本需要调整的参数 [tidb@ansible01 tidb-ansible]$ vim ./roles/machine_benchmark/defaults/main.yml fio_deploy_dir: "{{ tikv_data_dir }}/fio" # fio rand ...
分类:
数据库 时间:
2019-07-24 00:07:38
阅读次数:
279