Pretraining a GAN using an autoencoder
In keeping with the theme of autoencoders, in this notebook I perform an experiment with an autoencoder to resolve a problem I had in training a GAN.
In keeping with the theme of autoencoders, in this notebook I perform an experiment with an autoencoder to resolve a problem I had in training a GAN.
I’ve added a project I did over the past few days. It’s an implementation of an autoencoder using fast.ai version 1.0. Autoencoders are an interesting machine learning exercise that can be used on any data set for unsupervised pretraining, feature extraction, and other things.
Check it out here!