AntixK / PyTorch-VAE

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

Stuck at Validation sanity check: 0it [00:00, ?it/s] #74

Open AminMoradiXL opened 1 year ago

AminMoradiXL commented 1 year ago

Hi, I'm using the following environment, Also os.environ["PL_TORCH_DISTRIBUTED_BACKEND"] = "gloo" since I'm running on windows. But the code is stuck when training at "Stuck at Validation sanity check: 0it [00:00, ?it/s]" and nothing happens. I'd appreciate if anybody can share a working environment file for windows.

python==3.8.16 pytorch-lightning==1.5.6 PyYAML==6.0 tensorboard==2.2.0 torch==1.12.0 torchsummary==1.5.1 torchvision==0.13.0