李理的博客

翻译:ClimaX: A foundation model for weather and climate

本文是论文ClimaX: A foundation model for weather and climate的翻译。


Graphcast: How to Get Things Done

本文是论文Graphcast: How to Get Things Done的翻译。


《Rust In Action》学习


翻译:EXTENDING PYTORCH

本文翻译EXTENDING PYTORCH


Debugging PyTorch (C++) code using VS Code

This article introduces the method of compiling PyTorch source code and explains how to use VS Code to debug both PyTorch Python and C++ code simultaneously.


翻译:Custom C++ and CUDA Extensions

本文翻译Custom C++ and CUDA Extensions


使用Vscode调试Pytorch(c++)代码

本文介绍Pytorch源代码编译的方法,并且介绍使用vscode同时调试pytorch python和c++代码的方法。


使用Vscode调试js和nodejs代码

本文介绍了nodejs和js代码的调试方法,并且通过The Definitive Guide to HTML5 WebSocket的websocket例子介绍怎么同时调试server和client代码。


翻译:Building and Distributing Packages with Setuptools

本文是Building and Distributing Packages with Setuptools的翻译。


使用PDM来管理Python项目

使用Pip+venv来管理pyton项目会有很多问题,使用conda也不尽如人意。最近尝试了很多Python包管理工具,包括PipenvPoetryPDM。通过一番尝试之后发现PDM最符合我的需求,因此记录一下。部分内容来自Pipenv教程