摘要: 在python代码中判断python版本: 阅读全文
posted @ 2018-07-07 00:36 木易修 阅读(8666) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/python指定用什么解释器运行脚本以及解释器所在的位置# -*- coding: utf-8 -*-用来指定文件编码为utf-8的PEP 0263 -- Defining Python Source Code Encodingshttp://www.python.org/de 阅读全文
posted @ 2018-07-07 00:24 木易修 阅读(9936) 评论(0) 推荐(0) 编辑
摘要: 由于嵌入式开发板上是ubuntu系统,开发板接有显示器,现有一GUI程序需要在开发板显示器上实时显示,开发板与本地通过网络SSH连接,正常情况执行如:firefox,那么firefox会显示到本地,只需执行 再次执行firefox, 那么Firefox将会显示到远程开发板中。 阅读全文
posted @ 2018-07-06 14:19 木易修 阅读(2059) 评论(6) 推荐(0) 编辑
摘要: 因为需要做双流,论文里面推荐到这个GPU版本的TVL1算法,于是开始编译。 一、下载源码 git clone https://github.com/feichtenhofer/gpu_flow.git 二、Dependencies [OpenCV 2.4] (http://opencv.org/do 阅读全文
posted @ 2018-06-30 03:12 木易修 阅读(1169) 评论(1) 推荐(0) 编辑
摘要: SCI EI 收录 SCI EI 收录 SCI Impact Factor Search: http://www.heavyoil.cn/if.aspx SCI indexed journal list: http://att.newsmth.net/att.php?p.686.107372.376 阅读全文
posted @ 2018-06-24 15:25 木易修 阅读(3904) 评论(0) 推荐(0) 编辑
摘要: Introduction Driver drowsy detection dataset consists of both male and female drivers, with various facial characteristics, different ethnicities, and 阅读全文
posted @ 2018-06-21 17:49 木易修 阅读(1306) 评论(5) 推荐(0) 编辑
摘要: 在跑TensorFlow、pytorch之类的需要CUDA的程序时,强行Kill掉进程后发现显存仍然占用,这时候可以使用如下命令查看到top或者ps中看不到的进程,之后再kill掉: fuser -v /dev/nvidia* 批量清理显卡中残留进程: 阅读全文
posted @ 2018-06-02 17:31 木易修 阅读(16154) 评论(0) 推荐(1) 编辑
摘要: 转自:http://www.infoq.com/cn/articles/37-reasons-why-your-neural-network-is-not-working 神经网络已经持续训练了 12 个小时。它看起来很好:梯度在变化,损失也在下降。但是预测结果出来了:全部都是零值,全部都是背景,什 阅读全文
posted @ 2018-05-13 23:34 木易修 阅读(9986) 评论(0) 推荐(0) 编辑
摘要: BigCowPeking的CSDN博客 https://blog.csdn.net/wfei101/article/category/7120809 Low Rank Structure of Learned Representations 解读:牛津大学神经网络新训练法:低秩结构增强网络压缩和对抗 阅读全文
posted @ 2018-05-07 11:54 木易修 阅读(776) 评论(0) 推荐(0) 编辑
摘要: 转自:http://ruby.ctolib.com/article/wiki/77331 Fine-tune pretrained Convolutional Neural Networks with PyTorch. Features Gives access to the most popula 阅读全文
posted @ 2018-05-07 04:16 木易修 阅读(10665) 评论(0) 推荐(1) 编辑