[BUG] Pytorch autoencoder uses mean as std in preprocessing
Created by: chem-william
In auto_encoder_torch.py, if preprocessing=True (which is the default), std will be set to the mean of the input data instead of the actual std.
I'll open an pull request to fix this :-)