A way to get a handle to the current running module in Python: import sys module = sys.modules[__name__] it really only works if you are doing the who ...
分类:
其他好文 时间:
2018-03-07 17:35:16
阅读次数:
182
字符串的格式化 Python的字符串格式化有两种方式: 百分号方式、format方式 。 1.百分号方式 %[(name)][flags][width].[precision]typecode (name) 可选,用于选择指定的key flags 可选,可供选择的值有: + 右对齐;正数前加正好,负 ...
分类:
编程语言 时间:
2018-03-07 00:43:50
阅读次数:
208
1.安装过程 cd /tmp git clone https://github.com/andreafrancia/trash-cli cd trash-cli sudo python setup.py install 2.检验 安装完成之后我们系统就拥有了下列工具 ? ~ ll /usr/bin/ ...
分类:
系统相关 时间:
2018-03-05 14:35:55
阅读次数:
256
刚刚看了一个CNN专访比尔盖茨的视频,Is the US falling behind in AI ?(有兴趣的可以搜索一下CNN) 其中比尔盖茨的一句原话 —— AI was the industry that if you could really crack that, you could c ...
分类:
其他好文 时间:
2018-02-28 14:42:47
阅读次数:
165
迭代加深搜索基础 题目描述 A little known fact about Bessie and friends is that they love stair climbing races. A better known fact is that cows really don’t like ...
分类:
其他好文 时间:
2018-02-25 17:15:41
阅读次数:
219
主要知识点 倒排索引核心原理:normalization 假设有两个文档,内容如下 doc1:I really liked my small dogs, and I think my mom also liked them. doc2:He never liked any dogs, so I ho... ...
分类:
其他好文 时间:
2018-02-25 11:25:29
阅读次数:
143
Description You may have heard that no two snowflakes are alike. Your task is to write a program to determine whether this is really true. Your progra ...
分类:
其他好文 时间:
2018-02-23 22:22:32
阅读次数:
175
1.learning English (so,I will write my blog in English.) 2.Because really need a private blog to write something to relax~ 3.I want to keep track of m ...
分类:
其他好文 时间:
2018-02-22 23:48:44
阅读次数:
194
It is really useful to save and reload the model and its parameters during or after training in deep learning. Pytorch provides two methods to do so. ...
分类:
其他好文 时间:
2018-02-21 10:52:06
阅读次数:
902
一、基本的bash shell命令 1、默认bash shell 提示符是美元符号($); 2、bash手册 使用man命令来访问存储在Linux系统上的手册页面,如: bogon:~ Mac$ man kill bogon:~ Mac$ man kill KILL(1) BSD General C ...
分类:
系统相关 时间:
2018-02-11 22:43:49
阅读次数:
203