Skip to content

Commit 47800f5

Browse files
authored
Update README.md
1 parent 353b2e9 commit 47800f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ conda activate <Drive>/<env_path>/gaussian_splatting
105105

106106
If you can afford the disk space, we recommend using our environment files for setting up a training environment identical to ours. If you want to make modifications, please note that major version changes might affect the results of our method. However, our (limited) experiments suggest that the codebase works just fine inside a more up-to-date environment (Python 3.8, PyTorch 2.0.0, CUDA 12). Make sure to create an environment where PyTorch and its CUDA runtime version match and the installed CUDA SDK has no major version difference with PyTorch's CUDA version.
107107

108+
#### Known Issues
109+
110+
Some users experience problems building the submodules on windows (```cl.exe: File not found``` or similar). Please consider the workaround for this problem from the FAQ.
111+
108112
### Running
109113

110114
To run the optimizer, simply use

0 commit comments

Comments
 (0)