结果(一层16个卷积核,二层32个卷积核,全连接层512,结果为10分类): ...
分类:
编程语言 时间:
2018-11-22 19:03:42
阅读次数:
1111
对于git的提交一直很小心翼翼,感觉一不小心就会踩到莫名的坑。 这不, 某天commit 就遇到了On branch master nothing to commit (working directory clean) 一查意思。你的分支很干净? 干净?excuse me? 然后git push o ...
分类:
数据库 时间:
2018-11-13 22:40:36
阅读次数:
269
网上很多方法都是:/usr/local/mysql/scripts/mysql_install_db --user=mysql 但是很有可能报错,找不到bin目录中的my_print_defaults 错误信息: FATALERROR:Couldnotfind./bin/my_print_defau ...
分类:
其他好文 时间:
2018-11-13 00:08:30
阅读次数:
184
一、什么谷歌身份验证器 1、英文名:Authenticator 许网站都需要绑定用以对相关账号进行“二步验证”保护,也叫“双重身份验证”的谷歌身份验证器,以加强安全级别。 2、作用: 这东西就相当于银行的“电子动态口令”密码器:通过用户名与密码登录手机银行后,付款、转账时则要用到动态口令。不过银行的 ...
分类:
Web程序 时间:
2018-11-12 17:36:46
阅读次数:
357
Error:git@github.com: Permission denied (publickey).fatal: Could not read from remote repository.Please make sure you have the correct access rightsan ...
分类:
其他好文 时间:
2018-11-10 23:48:47
阅读次数:
244
From:http://www.math.uwaterloo.ca/tsp/uk/index.html Shortest possible tour to nearly every pub in the United Kingdom. Line drawing of the optimal rout ...
分类:
其他好文 时间:
2018-11-10 21:18:52
阅读次数:
206
Cources Time Limit: 20000/10000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 11298 Accepted Submission(s): 5299 题目链接 ...
分类:
其他好文 时间:
2018-11-06 18:14:58
阅读次数:
197
0 or 0x0: The operation completed successfully. 1 or 0x1: Incorrect function called or unknown function called. (did you use the correct start in fold ...
"CF258D Little Elephant and Broken Sorting" 题意 题意翻译 有一个$1\sim n$的排列,会进行$m$次操作,操作为交换$a,b$。每次操作都有$50\%$的概率进行。 求进行$m$次操作以后的期望逆序对个数。 $n,m\le 1000$ 输入输出格式 ...
分类:
其他好文 时间:
2018-11-03 02:26:09
阅读次数:
278
一 FTP控制文件1.1 文件说明 1 /etc/vsftpd/ftpusers:黑名单,优先级高 #通常不修改此文件 2 /etc/vsftpd/user_list:黑名单,优先级相对低注意:Linux中采用最小(严)匹配,若黑白名单冲突,即用户同时写入两个文件,则优先匹配黑名单。1.2 开启控制... ...
分类:
其他好文 时间:
2018-11-01 18:28:38
阅读次数:
170