会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Gelthin
在机器学习的世界里上下求索
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
10
11
下一页
2020年9月16日
Pytorch下 label 的 one-hot 形式转换方法
摘要: 2020.10.1 发现最新的 pytorch 已经原生支持 one-hot 操作 torch.nn.functional.one_hot()pytorch 官方文档链接 只需如下一行代码: label_one_hot = torch.nn.functional.one_hot(labels, se
阅读全文
posted @ 2020-09-16 19:19 Gelthin
阅读(4124)
评论(0)
推荐(1)
2020年9月11日
ICML-20 待读的 Paper
摘要: 2020.9.12 花了一上午的时间,过了一遍 ICML-2020 Accepted Paper List, 挑出了自己想读的 Paper。 主要关注于自己的一些研究点。 Noisy Labels Beyond Synthetic Noise: Deep Learning on Controlled
阅读全文
posted @ 2020-09-11 17:38 Gelthin
阅读(1341)
评论(0)
推荐(0)
2020年9月10日
LaTex 在 Appendix 每一节标题中增加 Appendix 字样
摘要: 1. 问题: 最近写 LaTex 文档的附录,需要 Appendix 的每一节标题改为 "Appendix A xxx", "Appendix B xxx" 式样 但使用如下命令 \appendix \renewcommand{\appendixname}{\appendixname~\Alph{s
阅读全文
posted @ 2020-09-10 21:07 Gelthin
阅读(13853)
评论(0)
推荐(0)
2020年9月2日
paper 修改个人札记
摘要: 机器学习 paper 写作学习资料: 《学术研究:你的成功之道》 如何优雅地(用TeX)写AI论文 和导师一起文章死线(deadline)的十大注意事项 提高科研论文写作效率的小工具 学会总结并复习,防止以后写 paper 再犯类似的错误! 2019.1月 IJCAI-20-Noisy Label
阅读全文
posted @ 2020-09-02 10:26 Gelthin
阅读(315)
评论(0)
推荐(0)
2020年7月21日
python2 以及 tensorflow1.4 的一个 bug
摘要: python2 没有控制循环变量的变量名的作用域,致使同名变量冲突了,这在 python3 中已经修复。 使用了相同的变量名,导致先前的变量指向了另一个变量,导致错误。来自 DIEN 代码 ... uid = self.source_dicts[0][ss[1]] if ss[1] in self.
阅读全文
posted @ 2020-07-21 15:51 Gelthin
阅读(169)
评论(0)
推荐(0)
2020年7月8日
Tensorflow 框架的一些细节
摘要: session.run() 函数 https://blog.csdn.net/u014636245/article/details/101698300 run(self, fetches, feed_dict=None, options=None, run_metadata=None) 其中常用的f
阅读全文
posted @ 2020-07-08 15:07 Gelthin
阅读(498)
评论(0)
推荐(0)
windows 快捷键
摘要: 脱离鼠标使用 windows 快捷键: https://www.zhihu.com/question/21281518/answer/64071556 win + E 打开资源管理器 win + D 当前窗口不关闭,切换到桌面 win + X 呼出很多设置。 用来关机,长按 U 2 秒 win +
阅读全文
posted @ 2020-07-08 10:38 Gelthin
阅读(275)
评论(0)
推荐(0)
2020年7月7日
NJU_远程脚本连接校园网 (2020.7.7 测试有效)
摘要: 2020.9.29 更新 用此命令也能成功,并且更快捷。 curl http://p.nju.edu.cn/portal_io/login?username=学号&password=密码 # curl: 客户端(client)的 URL 工具 2020.12.16 更新 下面这两种方法: curl
阅读全文
posted @ 2020-07-07 11:33 Gelthin
阅读(953)
评论(0)
推荐(0)
2020年7月6日
py2.7 from __future__ import error
摘要: from __future__ import absolute_import from __future__ import division from __future__ import print_function 一个file 中出现了这些语句,但是这些语句前面有注释(关于这个文件的说明)。 然
阅读全文
posted @ 2020-07-06 18:37 Gelthin
阅读(152)
评论(0)
推荐(0)
linux下把 python 程序运行的输出结果记录到 log 文件中
摘要: Linux中将 python 程序运行结果记录到文件中的方法 https://chuna2.787528.xyz/shineriver/p/10922970.html 仅转向不显示 (1)ls > test.txt 把输出转向到指定的文件,如文件已存在的话也会重新写入,文件原内容不会保留 (2)ls >
阅读全文
posted @ 2020-07-06 09:52 Gelthin
阅读(5058)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
11
下一页
公告