- 博客(7)
- 资源 (1)
- 收藏
- 关注
原创 Android local bining pattern
BoundLocalActivity defines a static inner class ServiceListener with weak references to the Activity:public class BoundLocalActivity extends Activity { // Activity creation and Service binding omit
2018-02-07 08:10:35
217
原创 Tensorflow transfer learning fine tunning 改进图像训练结果实践
改进图像训练结果的常用方法是通过随机方式变形,裁剪或增亮训练输入–random_crop –random_scale –random_brightness传递给脚本来启用这些失真。这些都是控制每个图像应用多少失真的百分比值。对于每个值开始使用5或10的值是合理的,然后通过实验看看哪些值有助于的应用程序。 –flip_left_right将水平随机地镜像一半的图像,只要那些颠倒可能发生在你的应用
2017-03-14 15:09:40
2153
转载 深度学习例子(转)
https://github.com/zhourunlai/deep-learning-demoeeplearningDemo Wunderlist1. Machine Learning Yearning2. Deep Learning Book(感谢北京大学张志华团队的翻译工作,中文版点击这里)一、记录深度学习例子: 名称 目录 Caffe [dir] TensorFlow [d
2017-03-13 16:28:56
3796
原创 Tensorflow共享变量
tf.name_scope() vs tf.variable_scope()tf.name_scope creates namespace for operators in the default graphtf.variable_scope creates namespace for both variables and operators in defaul graph 3 tf.get_
2017-03-08 17:57:12
541
原创 Opencl sample code
// g++ -g -o 1 cl-sample.cpp -lOpenCL -IMali_OpenCL_SDK_v1.1.0/include -std=c++11//http://gameeer.com/2015/01/09/opencl-env/#include #include #include #include #include // OpenCL
2017-03-08 16:24:36
957
转载 Google open AudioSet github.com/audioset/ontology
Audio Set OntologyDan Ellis dpwe@google.comv1 2017-03-06The file ontology.json contains the current definition ofthe AudioSet ontology, a hierarchicalset of audio event classes.The json fi
2017-03-08 15:50:29
820
原创 Machine Learn on device performance (Tensor flow way)
Machine Learn on device performance (Tensor flow way)
2017-03-08 15:23:03
398
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人