From 70532204ea4250f9da16eaaf0e18758b346140e4 Mon Sep 17 00:00:00 2001 From: sword4869 <1084662708@qq.com> Date: Sat, 25 Nov 2023 10:36:21 +0800 Subject: [PATCH 1/2] clarify lazy load --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a0e39a33f..914f27fdf 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,8 @@ The optimizer uses PyTorch and CUDA extensions in a Python environment to produc - 24 GB VRAM (to train to paper evaluation quality) - Please see FAQ for smaller VRAM configurations +PS: 24 GB VRAM is not the minimum configuration. When using `--data_devie cpu` to lazy load image, 8GB VRAM is already sufficient to handle most scenarios. + ### Software Requirements - Conda (recommended for easy setup) - C++ Compiler for PyTorch extensions (we used Visual Studio 2019 for Windows) From b245506651ff0e24fd48c3d3272fd53e985defda Mon Sep 17 00:00:00 2001 From: sword4869 <32301361+sword4869@users.noreply.github.com> Date: Wed, 13 Dec 2023 10:56:27 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 914f27fdf..758fb4504 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ The optimizer uses PyTorch and CUDA extensions in a Python environment to produc - 24 GB VRAM (to train to paper evaluation quality) - Please see FAQ for smaller VRAM configurations -PS: 24 GB VRAM is not the minimum configuration. When using `--data_devie cpu` to lazy load image, 8GB VRAM is already sufficient to handle most scenarios. +PS: 24 GB VRAM is not the minimum configuration. When using `--data_device cpu` to lazy load image, 8GB VRAM is already sufficient to handle most scenarios. ### Software Requirements - Conda (recommended for easy setup)