From 8abb25b632688dadc9ea0f78d69e78fce9caddf3 Mon Sep 17 00:00:00 2001 From: Snosixtyboo <40643808+Snosixtyboo@users.noreply.github.com> Date: Wed, 12 Jul 2023 21:24:13 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22e744e..ce84c04 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ python train.py -s #### --quiet Flag to omit any text written to standard out pipe. #### --data_device - Specify where to put the data on,```cuda``` by default, recommend use ```cpu``` if training on large scale/resolution dataset, will save a lot of VRAM required to train, but slightly slower the training + Specify where to put the source image data, ```cuda``` by default, recommended to use ```cpu``` if training on large/high-resolution dataset, will reduce VRAM consumption, but slightly slow down training.