You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,8 @@ The optimizer uses PyTorch and CUDA extensions in a Python environment to produc
75
75
- 24 GB VRAM (to train to paper evaluation quality)
76
76
- Please see FAQ for smaller VRAM configurations
77
77
78
+
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.
79
+
78
80
### Software Requirements
79
81
- Conda (recommended for easy setup)
80
82
- C++ Compiler for PyTorch extensions (we used Visual Studio 2019 for Windows)
0 commit comments