
2021 年终总结
Abstract 又到了一年一度的年度总结时间。如果你在我的博客或公众号上看过我的 2020 年度总结,你也许会发现,这篇12月末才起笔的总结写得匆匆忙忙,详略失当,略有流水账之嫌,亦有很多细节在文章发出后才回忆起来。 这一次,我提前一个多月开始,试图用零碎的闲暇逐字拼凑起这一年的经历,与你一同分享。
Solving "CUDA_DIR is None" Problem in Kaolin Installation
What is kaolin Kaolin is a suite of tools for accelerating 3D Deep Learning research by NVIDIA. You may find pip install kaolin does not install it properly. Please follow Kaolin Docs - Installat...

基于 NeRF 的视角合成
Introduction 文章提出了 Neural Radiance Fields,即“神经辐射场”,通过用连续的 5 元函数用于表示连续的静态场景(continuous static scenes)。 FΘ(x,d)=FΘ(x,y,z,θ,ϕ)F_\Theta (\mathbf{x}, \mathbf{d}) = F_\Theta(x, y, z, \theta, \phi) FΘ(x...
TrueNAS 那些坑
自建 NAS 且选择 iXsystems 的 TrueNAS 用户经常会在使用 TrueNAS 的时候遇到各种各样奇怪的坑,本文记录了作者遇到的部分常见或略微有些坑的坑,通过关键词和报错内容双重索引的方式在此简单分享。由于这些问题目前积累得并不多,和 Torch 那些坑 一文一样,就先按照出现频率划分。 0x01 关键词:mount from cd9660 error 2 在使用 Vent...
Torch 那些坑
Torch 用户经常会在使用 Torch 的时候遇到各种各样奇怪的坑,本文记录了作者遇到的部分常见或略微有些坑的坑,通过关键词和报错内容双重索引的方式在此简单分享。不过目前积累得并不多,就先按照出现频率划分。 0x01 关键词:inplace operation 报错内容:one of the variables needed for gradient computation has be...
修复 Ubuntu Windows 双系统设备上的硬件时间问题
问题简述 在安装 Ubuntu + Windows 双系统的设备上,当切换系统时,很可能出现系统时间错误的问题。身处北京时间时区(UTC+08:00)的博主发现,从 Ubuntu 切换回 Windows 时,时间往往比正确时间早 8 小时。 原因在于 Widows 默认将写入硬件的硬件时间认定为本地时间,而 Ubuntu 默认将硬件时间认定是 UTC。 解决方案 按照一般习惯,我们希望硬...
Basic Skills in Data Analysis
This blog has been migrated to Microsoft Azure and is generated automatically using Azure DevOps Pipeline. Due to some problems in Node.js, some inline MathJax may be error. The author is working ...
cs131-hw1
由于此博客已经迁移到 Azure 并基于 Azure DevOps Pipeline 自动构建,部分内联数学环境无法正常使用,正在修复中,敬请谅解。 CS131, Homework assignment 1. This notebook includes both coding and written questions. Please hand in this notebook f...