Skip to content

Instantly share code, notes, and snippets.

@dhuynh95
Last active September 23, 2019 06:09
Show Gist options
  • Save dhuynh95/af2c22c8751e9c5bff2d74a8b7cfbfc5 to your computer and use it in GitHub Desktop.
Save dhuynh95/af2c22c8751e9c5bff2d74a8b7cfbfc5 to your computer and use it in GitHub Desktop.
Article 1 Snippet A
from fastai import *
from fastai.vision import *
from fastai_autoencoder.bottleneck import VAEBottleneck
from fastai_autoencoder.callback import VAEHook
from fastai_autoencoder.util import *
from fastai_autoencoder.vision.learn import VisionAELearner
from mnist_model import create_decoder, create_encoder_denseblock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment