Regression-Case Study (Regression可以做很多事情,例如Stock Market Forecast、Self-driving Car、Recommendation等等 ,在这里是通过预测宝可梦(pokemons)进化后过的CP值(战斗力),来说明Regression) ...
分类:
其他好文 时间:
2017-10-20 16:51:50
阅读次数:
352
github 上大神的代码 https://github.com/endernewton/tf-faster-rcnn.git 在自己跑的过程中的问题: 1. 数据集的问题: 作者实现了 voc,coco数据集接口。由于我要跑自己的数据,所以要重写数据接口。为了方便我将自己的数据格式改为voc的数据 ...
分类:
其他好文 时间:
2017-10-20 14:36:30
阅读次数:
244
环境说明 系统:CentOS Linux release 7.2.1511 (Core) 相关工具:xftp 服务器软件:.net core,nginx 准备.net core应用程序 .NET Core分为两种应用类型:Portable applications(便携应用) Self-contai ...
分类:
Web程序 时间:
2017-10-20 14:10:29
阅读次数:
212
import UIKitimport CoreData@UIApplicationMainclass AppDelegate: UIResponder, UIApplicationDelegate { var window: UIWindow? func application(_ applicat ...
分类:
编程语言 时间:
2017-10-20 10:09:14
阅读次数:
129
在ueser应用中的urls中定义登陆的url 在视图函数views中定义处理的请求函数: 这里我存的session为临时回话,如下图: 退出登陆 在users中的views中定义退出的请求处理函数 在应用模块中的users中的uels中定义一个用户只有登陆过认证才可以访问自己的地址信息的请求路径: ...
分类:
其他好文 时间:
2017-10-19 17:36:22
阅读次数:
169
今天使用4.0.3使用 结果androidstudio报错,setLatestEventInfo该方法找不到,经过查证官方在API Level 11中,该函数已经被替代,不推荐使用了。古在4.0.3平台也就是API Level 15中,使用Notification的setLatestEventInf ...
分类:
移动开发 时间:
2017-10-19 15:59:53
阅读次数:
283
frameset经典的点击左边,显示右边 例子:{其中存在left.html、self.html、second.html、final.html} <frameset cols="8%,*"> <frame src="left.html"/> <frame name="qwer"/> </frames ...
分类:
其他好文 时间:
2017-10-19 15:03:13
阅读次数:
161
Given a non-empty array of non-negative integers nums, the degree of this array is defined as the maximum frequency of any one of its elements. Your t ...
分类:
其他好文 时间:
2017-10-19 15:02:32
阅读次数:
164
Given a non-empty integer array of size n, find the minimum number of moves required to make all array elements equal, where a move is incrementing n ...
分类:
其他好文 时间:
2017-10-19 14:09:14
阅读次数:
159
背景 回复:我写的一些Python教程,需要的可以看看,中SongShouJiong的提问: Python中的self,__init__的含义是啥?为何要有self,__init这些东西? 解释之前,先说几句 1.到目前为止,我虽然也已写了不算很少的python的代码,但是,还真的没有太多接触sel ...
分类:
编程语言 时间:
2017-10-19 12:29:30
阅读次数:
183