minhnbvnu
Results
1
comments of
minhnbvnu
It turns out the error comes from `autoencoder_cnn` Fixed this by applying zero padding after `UpSampling1D`, thanks to ChatGPT But will this affect the model? ``` upsampling_factor = data.max_input_length //...