上一页 1 2 3 4 5 6 7 8 9 ··· 11 下一页
摘要: PEP8 PEP8 编码规范中文版 PEP257 文档字符串的规范 【代码注释方案】 参照 https://github.com/DropEdge/DropEdge/blob/master/src/layers.py stub code (桩代码) https://www.zhihu.com/que 阅读全文
posted @ 2020-11-22 22:10 Gelthin 阅读(556) 评论(0) 推荐(0)
摘要: Vim/Gvim 有哪些实用技巧? 【Vim 编辑多个文件】(《Linux 命令行大全》) vim file1 file2 同时打开 file1, file2 : n or : N 表示文件的切换,切换前必须要保存文件的修改,如果要抛弃修改可以使用 "!" : buffers 显示正在处理的文件 : 阅读全文
posted @ 2020-11-18 20:10 Gelthin 阅读(962) 评论(0) 推荐(0)
摘要: 使用 Shell 脚本来控制循环调节超参数 调节超参数 guixj_lam \(\in \{0.0, 0.1, 0.3, 0.5, 0.7, 1.0, 1.2, 1.4, 1.5, 1.7, 2.0, 3.0\}\) mkdir guixj_citeseer for lam in 0.0 0.1 0 阅读全文
posted @ 2020-11-16 22:38 Gelthin 阅读(215) 评论(0) 推荐(0)
摘要: 在一些情况下,程序运行产生如下结果,然后进程自动终止,导致这一结果的原因很有可能是内存爆炸。 当两个较大的 (e.g., 10000*10000 维)ndarray 做运算(加法,or 乘法)时,很容易出现这样的结果. linux 系统下,使用 top 命令,可以很容易地看到内存(%MEM) 的使用 阅读全文
posted @ 2020-11-08 11:43 Gelthin 阅读(2887) 评论(0) 推荐(0)
摘要: 最近准备复现一下 KDD-20 Towards Deeper Graph Neural Networks 的代码,顺便学习一下 GCN 最新的一些进展。 GCN 的代码通常需要安装 Pytorch on Graph, 按照其 官方指导, 发现无法兼容当前所使用的服务器上的 pytorch1.3 和 阅读全文
posted @ 2020-10-31 18:05 Gelthin 阅读(154) 评论(0) 推荐(0)
摘要: 参考: Markdown 教程|菜鸟教程 提到了一些基本的操作,可作为入门教程 1.在 markdown 中使用颜色 参考:https://blog.csdn.net/sunshine_lyn/article/details/86476712 <font color=red> 你的字体</font> 阅读全文
posted @ 2020-10-22 11:33 Gelthin 阅读(133) 评论(0) 推荐(0)
摘要: CTR 代码仓 1、deepctr, deepmatch, graph_embedding https://github.com/shenweichen 2、腾讯信息流代码库 https://www.showmeai.tech/article-detail/64 3、https://github.c 阅读全文
posted @ 2020-10-22 11:18 Gelthin 阅读(1213) 评论(0) 推荐(0)
摘要: iphone se 迁移到 Honor X9 使用华为自带的手机克隆 App iphone se ios9.x 系统找回 应用限制密码 https://www.zhihu.com/question/20831363 https://www.zhihu.com/question/20831363/an 阅读全文
posted @ 2020-10-16 20:20 Gelthin 阅读(249) 评论(0) 推荐(0)
摘要: 2020.10.6 NIPS-2020 1900 accepted papers (一般在 author notification 后过几天放出来) 粗略搜索了一些相关的论文 Interesting paper Self-Distillation as Instance-Specific Label 阅读全文
posted @ 2020-10-06 18:53 Gelthin 阅读(745) 评论(0) 推荐(0)
摘要: Sugiyama 组理论范式文章: NIPS-17 Learning from Complementary Labels ICML-19 Complementary-Label Learning for Arbitrary Losses and Models(推荐) ICML-20 Unbiased 阅读全文
posted @ 2020-09-29 21:43 Gelthin 阅读(967) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 11 下一页