- Variational Autoencoder
# Download
git clone https://github.com/drawcodeboy/VAE.git
# Virtual Environment
python venv -m .venv
.venv\Scripts\activate # Windows command
# Install packages
pip install -r requirements.txt
# !!when you train or inference, you should check config.yaml!!
# training
python train.py
# Inference (1) : Reconstruction
python infer.py --method=reconstruct --num=12 # Dataset sample num
# Inference (2) : Generate
python infer.py --method=generate --num=1 # Figure save num