Autoencoder - errors in auto_encoder_torch.py file (preprocessing)
Created by: mromaszewski
There are errors in models/auto_encoder_torch.py file:
- line 282: np.mean is assigned to self.std
- line 286: self.mean is used regardless of the state of self.preprocessing, but is not assigned in the 'else' case