# vae **Repository Path**: daalw/vae ## Basic Information - **Project Name**: vae - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-09 - **Last Updated**: 2023-11-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vae.py VAE 模型定义文件\ ![模型架构](./images/arch.jpg) # train.py 训练代码 ``` python train.py --model_name vae \ --data_path data-path \ --lr 5e-3 ``` # test.py 调用训练好的模型生成图像 ![模型架构](./images/gen_res.jpeg)