TensorFlow对Android、iOS、树莓派都提供移动端支持。 移动端应用原理。移动端、嵌入式设备应用深度学习方式,一模型运行在云端服务器,向服务器发送请求,接收服务器响应;二在本地运行模型,PC训练模型,放到移动端预测。向服务端请求数据可行性差,移动端资源稀缺。本地运行实时性更好。加速计算 ...
分类:
移动开发 时间:
2017-11-14 11:17:07
阅读次数:
240
# CentOS-Base.repo## The mirror system uses the connecting IP address of the client and the# update status of each mirror to pick mirrors that are upd ...
分类:
其他好文 时间:
2017-11-11 11:44:58
阅读次数:
164
为了在 Android 上为用户提供动态的、多窗口的交互体验,需要将 UI 组件和 Activity 操作封装成模块进行使用,这样我们就可以在 Activity 中对这些模块进行切入切出操作。可以用 Fragment 创建这些模块,Fragment 就像一个嵌套的 Activity,拥有自己的布局( ...
分类:
移动开发 时间:
2017-11-11 11:21:09
阅读次数:
230
公司linux服务器基本使用的Centos,以下切换为Centos进行docker的操作。 安装docker CentOS6 对于 CentOS6,可以使用 EPEL 库安装 Docker,命令如下 CentOS7 CentOS7 系统 CentOS-Extras 库中已带 Docker,可以直接安 ...
分类:
其他好文 时间:
2017-11-10 15:24:03
阅读次数:
187
系统默认安装的libtool没法编译contrib,要把它删掉,而vlc-2.2.6的extras里的libtool有bug。从最新git-master上面下载extras文件夹,用来替代2.2.6的extras文件夹。 ...
分类:
其他好文 时间:
2017-11-08 19:41:02
阅读次数:
148
/Users/用户名/Library/Android/sdk/extras/android/m2repository/com/android/support/design ...
分类:
移动开发 时间:
2017-11-05 12:21:44
阅读次数:
177
//Intent intent=new Intent();//intent.setClass(MainActivity.this, GPSService.class);//以上二条可以合并成如下一条Intent intent = new Intent(this,GPSService.class); ...
分类:
其他好文 时间:
2017-11-01 20:37:52
阅读次数:
123
1、查看是否已经安装过docker [root@localhost ~]# yum list installed | grep docker docker.x86_64 2:1.12.6-55.gitc4618fb.el7.centos @extras docker-client.x86_64 2:... ...
分类:
其他好文 时间:
2017-10-19 21:04:40
阅读次数:
271
一、安装Maven插件 下载下来的maven插件如下图所示:,插件存放的路径是:E:/MavenProject/Maven2EclipsePlugin m2e.txtt文件的内容如下:path=E:/MavenProject/Maven2EclipsePlugin/m2e m2e-extras.tx ...
分类:
系统相关 时间:
2017-10-19 15:01:00
阅读次数:
203
安装http#yum-yinstallhttpd-y安装软件包#yum-yinstallrsynccreaterepo创建目录#mkdir-p/var/www/repos/centos/7/{os,updates,extras}/x86_64设置权限#chmod-R755/var/www/repos从清华官方源同步#rsync-avz--delete--exclude=‘repodata‘rsync://mirrors.tuna.tsinghua.edu.cn..
分类:
其他好文 时间:
2017-10-11 00:54:10
阅读次数:
190