Added an option to return a latent embedding to the ConvAutoencoder class + unit test for this case
Following our today's discussion, here is the update to the autoencoder class allowing to avoid prediction_function
in the configs. Please merge if fine with you. Thanks!