ritheshkumar95 / pytorch-vqvae

Vector Quantized VAEs - PyTorch Implementation
848 stars 138 forks source link

Question regarding DataLoader in vqvae.py #17

Open xiaodaxia007 opened 3 years ago

xiaodaxia007 commented 3 years ago

I am just wondering why your let train_loader shuffle = False and test_loader shuffle=True? Should it be vice versa?