I changed the data used for analysis to different data, and then encountered the following error.
ValueError: Cannot assign value to variable ' encoder_0/kernel:0': Shape mismatch.The variable shape (5478, 32), and the assigned value shape (1838, 32) are incompatible.
Does DESC only work with the data from the tutorial? Even if I modify the preprocessing steps, I still encounter the same error.