Update README.md

This commit is contained in:
Snosixtyboo 2023-07-12 21:24:13 +02:00 committed by GitHub
parent 989320fdf2
commit 8abb25b632
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -166,7 +166,7 @@ python train.py -s <path to COLMAP or NeRF Synthetic dataset>
#### --quiet #### --quiet
Flag to omit any text written to standard out pipe. Flag to omit any text written to standard out pipe.
#### --data_device #### --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.
</details> </details>
<br> <br>