Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 247 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 247 Bytes

PyTorch-VAE

Build a VAE model using PyTorch.

Environment settings

numpy==1.24.4
torch==2.4.1
torchvision==0.19.1
python==3.8.19

Example Usage

To run the model on CPU:

python -m src.train
python -m src.infer