会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
一条图图犬
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
14
15
16
17
18
19
20
21
下一页
2017年12月13日
查看python iterpreter的路径和当前选择的解释器
摘要: ```bash whereis python which python ```
阅读全文
posted @ 2017-12-13 12:05 一条图图犬
阅读(616)
评论(0)
推荐(0)
2017年12月12日
grid search
摘要: 参考: http://blog.csdn.net/selous/article/details/70229180 http://scikit learn.org/stable/modules/grid_search.html
阅读全文
posted @ 2017-12-12 22:14 一条图图犬
阅读(140)
评论(0)
推荐(0)
iterm2快捷键启动
摘要: ```bash iTerm2 -> Preferences -> Appearance -> Hotkey -> Check "Show/hide iTerm2 with a system-wide hotkey" ```
阅读全文
posted @ 2017-12-12 14:53 一条图图犬
阅读(3260)
评论(0)
推荐(1)
chrome cheatsheet 快捷键
摘要: 操作 快捷键 打开新窗口 ⌘ + n 在无痕模式下打开新窗口 ⌘ + Shift + n 打开新的标签页,并跳转到该标签页 ⌘ + t 重新打开最后关闭的标签页,并跳转到该标签页 ⌘ + Shift + t 跳转到下一个打开的标签页 ⌘ + Option + 向右箭头键 跳转到上一个打开的标签页 ⌘
阅读全文
posted @ 2017-12-12 14:13 一条图图犬
阅读(530)
评论(0)
推荐(0)
2017年12月11日
tensorflow显存管理
摘要: (copy frtom here)[http://blog.csdn.net/leibaojiangjun1/article/details/53671257] 但是我们通常在程序开始之前并不知道需要多大的显存,程序回去申请GPU的显存的50%,比如一个8G的内存,被占用了2G,那么程序会申请4G的
阅读全文
posted @ 2017-12-11 17:35 一条图图犬
阅读(227)
评论(0)
推荐(0)
python二分查找问题set
摘要: "leetcode34 Search for a Range "
阅读全文
posted @ 2017-12-11 09:56 一条图图犬
阅读(181)
评论(0)
推荐(0)
Spatial Transformer Networks
摘要: "转载自这里" 参考文献: Jaderberg M, Simonyan K, Zisserman A. Spatial transformer networks[C]//Advances in Neural Information Processing Systems. 2015: 2017 202
阅读全文
posted @ 2017-12-11 09:07 一条图图犬
阅读(962)
评论(0)
推荐(0)
2017年12月6日
tensorboard 使用教程
摘要: 转载自 "csdn" 然后在terminal中:
阅读全文
posted @ 2017-12-06 15:18 一条图图犬
阅读(538)
评论(0)
推荐(0)
2017年12月5日
文件名称排序 字符串序+数字序 python
摘要: ```python # -*-coding:utf8-*- """ 基于字符串数字混合排序的Python脚本 """ def is_number(s): try: float(s) return True except ValueError: pass try: import unicodedata ...
阅读全文
posted @ 2017-12-05 12:18 一条图图犬
阅读(3698)
评论(0)
推荐(0)
python创建系统时间字符串
摘要: ```python #!/usr/bin/python # -*- coding:utf-8 -*- import time if __name__ == '__main__': print(time.strftime('%Y-%m-%d %H:%M:%S')) ```
阅读全文
posted @ 2017-12-05 11:44 一条图图犬
阅读(545)
评论(0)
推荐(0)
上一页
1
···
14
15
16
17
18
19
20
21
下一页
公告