上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 35 下一页

2018年7月21日

linux sh 读取文件内容,if判读语句,变量var打印

摘要: 运行python的时候将程序PID写入文件,以方便kill程序。 sh 字符串匹配 https://blog.csdn.net/xy913741894/article/details/74355576 阅读全文

posted @ 2018-07-21 10:48 Maddock 阅读(599) 评论(0) 推荐(0)

2018年7月17日

SphereFace的原理

摘要: https://blog.csdn.net/qianqing13579/article/details/78288780 阅读全文

posted @ 2018-07-17 16:13 Maddock 阅读(392) 评论(0) 推荐(0)

2018年7月16日

python 读写二进制文件实例

摘要: 本程序,首先写入一个矩阵到二进制文件中,然后读取二进制文件恢复到另外一个矩阵中。 阅读全文

posted @ 2018-07-16 23:51 Maddock 阅读(1284) 评论(0) 推荐(0)

clapack在android上移植

摘要: 参考 https://www.cnblogs.com/hrlnw/p/4128217.html 1.从https://github.com/simonlynen/android_libs这个网址下载代码。 如何在android上进行android库编译 https://blog.csdn.net/h 阅读全文

posted @ 2018-07-16 10:21 Maddock 阅读(584) 评论(0) 推荐(0)

2018年7月13日

tensorflow的升级与版本管理

摘要: 1 查看cuda与cudnn的版本 cuda一般安装在 /usr/local/cuda/ 路径下,该路径下有一个version.txt文档,里面记录了cuda的版本信息 cat /usr/local/cuda/version.txt 即可查询 同理,cudnn的信息在其头文件里 cat /usr/l 阅读全文

posted @ 2018-07-13 14:16 Maddock 阅读(2233) 评论(0) 推荐(0)

2018年7月11日

lapacke svd实例

摘要: 参考 intel MTK实例 https://software.intel.com/sites/products/documentation/doclib/mkl_sa/11/mkl_lapack_examples/lapacke_dgesvd_row.c.htm http://www.netlib 阅读全文

posted @ 2018-07-11 20:00 Maddock 阅读(510) 评论(0) 推荐(0)

ubuntu lapack安装与使用

摘要: https://blog.csdn.net/zouyu1746430162/article/details/53374693 https://blog.csdn.net/mlnotes/article/details/9676269 https://blog.csdn.net/yuanxing14/ 阅读全文

posted @ 2018-07-11 18:36 Maddock 阅读(3664) 评论(0) 推荐(0)

2018年7月10日

python numpy访问行列元素的方法

摘要: [[ 2 1] [10 5]][1 5][10 5]5[[2]][Finished in 0.3s] 阅读全文

posted @ 2018-07-10 19:27 Maddock 阅读(472) 评论(0) 推荐(0)

2018年7月5日

numpy opencv matlab eigen SVD结果对比

摘要: 参考 https://zhuanlan.zhihu.com/p/26306568 https://byjiang.com/2017/11/18/SVD/ http://www.bluebit.gr/matrix-calculator/ https://stackoverflow.com/questi 阅读全文

posted @ 2018-07-05 18:00 Maddock 阅读(1910) 评论(0) 推荐(0)

相似变换 SimilarityTransform 以及skimage源码

摘要: http://scikit-image.org/docs/dev/api/skimage.transform.html#skimage.transform.SimilarityTransform https://github.com/scikit-image/scikit-image/blob/ma 阅读全文

posted @ 2018-07-05 14:28 Maddock 阅读(3384) 评论(0) 推荐(0)

上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 35 下一页

导航