android studio
文章平均质量分 51
用一个不重复的昵称
这个作者很懒,什么都没留下…
展开
-
小白在安卓开发路上碰到的障碍
NDK报错:Process ‘command ‘D:\SDK\ndk-bundle/ndk-build.cmd’’ finished with non-zero exit value 2解决办法:在local.properties中修改NDK的路径(作为参考,我的是把ndk.dir=D:\android\sdk\ndk-bundle改为ndk.dir=D:\android\ndk\androi...原创 2018-11-20 10:11:38 · 238 阅读 · 0 评论 -
将Keras模型迁移到android端(android studio)
环境:win8python 3.5.4TensorFlow 1.7.0Android Studio 3.1.1把模型部署到安卓设备上总体的步骤如下:将训练好的模型转换成 TensorFlow 格式向安卓应用添加 TensorFlow Mobile 依赖项编写相关的 Java 代码,在你的应用中使用 TensorFlow 模型执行推断一、将训练好的模型转换成 TensorF...原创 2018-12-18 20:44:34 · 6224 阅读 · 4 评论 -
将Pytorch模型迁移到android端(android studio)【未实现】
windows安装Pytorchhttps://pytorch.org/windows查看python版本号:python --version原创 2019-01-07 16:51:19 · 11814 阅读 · 14 评论