Skip to content
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

what is system required #137

Open
najafi1350 opened this issue Jun 17, 2023 · 1 comment
Open

what is system required #137

najafi1350 opened this issue Jun 17, 2023 · 1 comment

Comments

@najafi1350
Copy link

najafi1350 commented Jun 17, 2023

Hello dear
What system is required to run the program? Such as CPU GPU &...
thanks

@jmunkberg
Copy link
Collaborator

Hello @najafi1350 ,

As stated in the readme: Our approach is designed for high-end NVIDIA GPUs with large amounts of memory. To run on mid-range GPU's, reduce the batch size parameter in the .json files.

The code relies on CUDA, so will only run on NVIDIA GPUs, and I would recommend 16GB or more of GPU memory. For the paper, we used V100 GPUs with 32 GB and A6000 with 48 GB.

We also use the tiny-cuda-nn library, and I refer to their documentation for GPU and cuda version requirements: https://github.com/NVlabs/tiny-cuda-nn

Our code should run fine on both Windows and Linux.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants