Train an autoencoder to encode partially drawn images from Google's Quickdraw Dataset. This autoencoder can then be used to bootstrap downstream tasks such as image classification or stroke generation.
python3 download_bitmaps.py drawings
python3 train.py
Implement data augmentations for strokes