AntixK / PyTorch-VAE

A Collection of Variational Autoencoders (VAE) in PyTorch.
Apache License 2.0
6.44k stars 1.05k forks source link

MisconfigurationException #81

Open Russellbjtu opened 10 months ago

Russellbjtu commented 10 months ago

pytorch_lightning.utilities.exceptions.MisconfigurationException: You requested GPUs: [1] But your machine only has: [] What dose this mean and how to deal?

codeuntilcold commented 10 months ago

My guess is that you're running on a machine that does not have CUDA GPU, or you haven't connected to GPU on Google Colab. As for the "[1]" part, it is configured in the yaml files. if your GPU is on index 0, change it to [0].