Chaos is a Ladder
"Petyr 'Littlefinger' Baelish: The realm. Do you know what the realm is? It's the thousand blades of Aegon's enemies, a story we agree to tell each other over and over, until we forget that it's a lie.
Lord Varys:But what do we have left, once we abandon the lie? Chaos? A gaping pit waiting to swallow us all.
Petyr 'Littlefinger' Baelish: Chaos isn't a pit. Chaos is a ladder. Many who try to climb it fail and never get to try again. The fall breaks them. And some, are given a chance to climb. They refuse, they cling to the realm or the gods or love. Illusions. Only the ladder is real. The climb is all there is.”
― George R.R. Martin, A Game of Thrones
WSL - Windows Subsystem for Linux
WSL (Windows Subsystem for Linux)是Windows实现的Linux子系统环境,微软在Windows中实现了能够原生运行Linux二进制可执行文件(ELF格式)的兼容层。无需在双系统之间切换,也无需安装虚拟机,WSL提供了Windows开发环境可用的更方便、更高效的Linux环境。
Tampermonkey - 浏览器脚本管理器
Tampermonkey实现了一种可以在浏览器中插入脚本的方式,可以通过Javascript脚本来控制浏览器的渲染的前端内容,例如:改造出一个清净可用的微博、优化搜索引擎展示结果、实现网盘资源直链下载等等……
OpenCV 中文路径问题
在使用Python3 + OpenCV时,遇到读取/写出中文路径的图片,在使用时会遇到报错的问题。通过一个小函数即可解决,转载自知乎 冰不语 的回答,侵删。
Flask API - 部署PyTorch模型
通过Flask开发REST API部署PyTorch模型,主要实现PyTorch模型冷启动(初次参数载入)后常驻内存的功能点。
ImageNet training in PyTorch
MathJax - Hexo Next渲染LaTex数学公式
GANs - 生成对抗网络系列论文学习笔记
最近对生成对抗网络(GANs, Generative Adversarial Networks)相关研究感兴趣,阅读了一些论文。