NVlabs / NVAE

The Official PyTorch Implementation of "NVAE: A Deep Hierarchical Variational Autoencoder" (NeurIPS 2020 spotlight paper)
https://arxiv.org/abs/2007.03898
Other
999 stars 163 forks source link

Adding 'WSL' support issue #22

Open ImanHosseini opened 3 years ago

ImanHosseini commented 3 years ago

Fixes this issue: https://github.com/NVlabs/NVAE/issues/9 WSL currently does not support NCCL, must change backend to gloo/mpi for NVAE to work on WSL.