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

GP-VAE met error when running on CUDA #200

Closed
1 of 2 tasks
WenjieDu opened this issue Oct 9, 2023 · 0 comments
Closed
1 of 2 tasks

GP-VAE met error when running on CUDA #200

WenjieDu opened this issue Oct 9, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@WenjieDu
Copy link
Owner

WenjieDu commented Oct 9, 2023

1. System Info

pypots==0.1.3

2. Information

  • The official example scripts
  • My own created scripts

3. Reproduction

Run a instantiated GP-VAE on CUDA device(s).

4. Expected behavior

def kl_divergence(a, b):
return torch.distributions.kl.kl_divergence(a, b)

a and b are not on the same device. a is on CUDA and b is on CPU.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant