Docker 和 uv 炼丹实践指北
Abstract 前作 详细介绍了如何(在 WSL2 中)中安装 CUDA 和 Docker,并且配置了 GPU 支持的 Docker 镜像。本文将更详细地介绍一种在容器中使用 uv 管理 PyTorch 深度学习环境的实践。 Introduction 为什么要抛弃 conda,转而使用 Docker 和 uv? Why Docker 不留死角的环境隔离:Docker 默认隔离所有的用户态...
Abstract 前作 详细介绍了如何(在 WSL2 中)中安装 CUDA 和 Docker,并且配置了 GPU 支持的 Docker 镜像。本文将更详细地介绍一种在容器中使用 uv 管理 PyTorch 深度学习环境的实践。 Introduction 为什么要抛弃 conda,转而使用 Docker 和 uv? Why Docker 不留死角的环境隔离:Docker 默认隔离所有的用户态...
背景故事 2022 年 10 月左右,同期有三篇关于 Flow 模型用于图像生成的论文发表,并都被 ICLR 2023 录用: Flow Matching for Generative Modeling Learning to Generate and Transfer Data with Rectified Flow Building Normalizing Flows with Sto...