The issue #2263 shows the autoencoder fails with 1D input. This PR brings the Autoencoder in line with the SkTransformer handling of 1D and 2D inputs to the encoding by adding a sample dimension to all variables, or failing for unrecognized dimension numbers.
The issue #2263 shows the autoencoder fails with 1D input. This PR brings the
Autoencoder
in line with theSkTransformer
handling of 1D and 2D inputs to the encoding by adding a sample dimension to all variables, or failing for unrecognized dimension numbers.Resolves #2263