# vae **Repository Path**: darkcorvus/vae ## Basic Information - **Project Name**: vae - **Description**: vae的python实现,以及cvae - **Primary Language**: Python - **License**: MulanPSL-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-19 - **Last Updated**: 2022-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: VAE ## README - 运行vae_fc,可以指定z_dim: ```shell python vae.py --z_dim 2 ``` - 可以指定only validate/test,但需要有pretrained_model,如: ```shell python vae.py --only_testing ``` - 运行vae_conv: ```shell python vae_conv.py ``` - 运行cvae,可以指定label: ```shell python cvae.py --gen_label 2 ``` - 更详细的参数请参考代码,或运行: ```shell python cvae.py -h ```