Open alstn59v opened 1 year ago
You could evaluate your trained model through the MSE loss between the output estimated x_hat and the ground truth x.
For visualization, you could try to plot the trajectory of the output x_hat and the ground truth x from timestep 1 to T.
I'm already training model with following steps in readme.md.
But, I can't find "how can evaluation trained model and visualization it".