Fastai Transforms for DonkeyCar
Fastai transforms don’t seem to help DonkeyCar training
Don’t use Dropout layers in a VAE.
At least not in the encoder. I have seen example code that has dropout only in the decoder, so maybe that’s an option.
Ever since I read about them (a more recent example) I’ve been using SpatialDropout2D layers right after Convolution layers, but maybe I should repeat this experiment with standard Dropout layers.
I could also try with Dropout layers only in the decoder.
Figure out how to get better plots from my Google Colab runs.