VAE变分自编码器

VAEPytorch

1.pip版本的适配

pip install –upgrade pip(更新pip)
python -m pip install pip==19.2(降级pip)
这里使用20.2.4安装比较好

2.conda命令

conda remove -n VAEPytorch –all
conda create –name VAEPytorch python=3.6

3.使用

python run.py -c configs/bbvae.yaml

4.pytorch安装

要cuda11.3

VAE学长

1.pip版本的适配

conda create –name VAE python=3.6

友情链接

1.https://blog.csdn.net/qq_39635835/article/details/140235059 NCCL检测不到的问题