ritheshkumar95 / pytorch-vqvae

Vector Quantized VAEs - PyTorch Implementation
824 stars 135 forks source link

Enable run main without argparse #19

Open Roller44 opened 1 year ago

Roller44 commented 1 year ago

Primarily: 1. add default values for "data-folder" and "dataset". 2. correct the error of not using CUDA when it is available. Secondary: correct the wrong dimension of transform for 'mnist', 'fashion-mnist', 'cifar10'.