소스 검색

Update README.md

Snosixtyboo 2 년 전
부모
커밋
8abb25b632
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -166,7 +166,7 @@ python train.py -s <path to COLMAP or NeRF Synthetic dataset>
   #### --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.
 
 </details>
 <br>