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

running time #1

Open
boxaio opened this issue Jan 7, 2024 · 1 comment
Open

running time #1

boxaio opened this issue Jan 7, 2024 · 1 comment

Comments

@boxaio
Copy link

boxaio commented Jan 7, 2024

I conducted the Gaussian Mixture experiments using SCVM-NODE, following the instructions provided in the Readme file. However, I encountered an estimated training time of ten hours, which is significantly longer than the few minutes mentioned in your paper. I used a single V100 GPU for this experiment. Could you please clarify what I might be missing?

@lingxiaoli94
Copy link
Owner

Hi, could you double-check if JAX was installed correctly and that you were using GPU when running the code (if JAX failed to initialize CUDA, all tensors will be on the CPU)? I just tried on my lab machine (which has A6000 GPU) and the training for the mixture of Gaussians example should take under 10min.

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