1. Read about things that interest you. If you are interested in what you are reading about, the words will come alive, and you will be motivated to u ...
分类:
其他好文 时间:
2018-09-06 23:53:33
阅读次数:
220
See also e575 The Quintessential Drawing Program and e594 Reading an Image or Icon from a File. ...
Link of the Paper: https://arxiv.org/abs/1706.03762 Motivation: The inherently sequential nature of Recurrent Models precludes parallelization within ...
分类:
其他好文 时间:
2018-09-03 20:30:20
阅读次数:
313
https://www.cv-foundation.org/openaccess/content_cvpr_2016/papers/Krafka_Eye_Tracking_for_CVPR_2016_paper.pdf 1、using a single image to robustly predi ...
分类:
其他好文 时间:
2018-09-02 02:12:43
阅读次数:
217
登录数据库后,选择数据库时发现以下提示, mysql> use testReading table information for completion of table and column namesYou can turn off this feature to get a quicker s ...
分类:
数据库 时间:
2018-08-30 14:29:52
阅读次数:
626
今日在做lvm的时候,把一块盘剩余空间全部分给新分区,在保存的时候报:WARNING:Re-readingthepartitiontablefailedwitherror16:设备或资源忙.解决方法:执行下partprobe命令partprobe包含在parted的rpm软件包中。partprobe可以修改kernel中分区表,使kernel重新读取分区表。因此,使用该命令就可以创建分区并且在不重
分类:
其他好文 时间:
2018-08-28 16:18:23
阅读次数:
183
Link of the Paper: https://arxiv.org/abs/1805.09019 Innovations: The authors propose a CNN + CNN framework for image captioning. There are four module ...
分类:
其他好文 时间:
2018-08-27 18:19:51
阅读次数:
193
什么是 Socket? Socket又称"套接字",应用程序通常通过"套接字"向网络发出请求或者应答网络请求,使主机间或者一台计算机上的进程间可以通讯。 socket()函数 Python 中,我们用 socket()函数来创建套接字,语法格式如下: 参数 family: 套接字家族可以使AF_UN ...
分类:
编程语言 时间:
2018-08-27 00:19:38
阅读次数:
247
上面一个随笔已经简单介绍了多线程,比如下面在举个简单的例子: 1 #!/usr/bin/env python 2 #-*-coding:utf-8 -*- 3 4 import threading 5 import time 6 7 def add(): 8 sum = 0 9 10 for i i ...
分类:
编程语言 时间:
2018-08-26 20:08:23
阅读次数:
228
Description Jessica's a very lovely girl wooed by lots of boys. Recently she has a problem. The final exam is coming, yet she has spent little time on ...
分类:
其他好文 时间:
2018-08-25 21:19:44
阅读次数:
151