-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is the project runnable on Win? #15
Comments
I can currently run train.py on Windows using a 4090, but when I train with the smallcampus dataset provided in the project, it seems to crash due to OOM. Has anyone else had the same experience? |
@Aur1anna I have trained on ubuntu, no OOM, but result is not good. |
Currently, training and LOD viewer works well on windows and ubuntu 18/20/22/24. We never encounter the SSL issue. |
We also didn't meet OOM issues. |
Hi, thank you for your excellent work!
I have some questions while trying your project and hope to get some help:
Is the project runnable on Win? I tried, but I still encountered some issues. Currently, the issue is :
The version of OpenSSL is too outdated, but I confirmed that OpenSSL is up to date in my Conda environment.
Specifically, there is a strange phenomenon where the OpenSSL that Conda and Python point to in the environment seems to be different:
I also attempted to deploy it on Ubuntu 20.04, but I encountered some errors during the cmake --build build --config Release step.
I would greatly appreciate any experiences or assistance anyone can provide!
The text was updated successfully, but these errors were encountered: