VQ-VAE-Style CIFAR Example #
Trains a small vector reconstruction model with a narrow tanh bottleneck, paired with the
VQ-VAE spec/theory modules. The theorem-facing codebook objective lives in NN.Spec.Models.VqVae;
this runtime example is the executable reconstruction path.