Open
Description
In the visualised simulations there is the following line
ts_loss_part,velocities=sess.run([mse,P],feed_dict={O:[np.transpose(raw_data[i-1])] ...
which is then fed in to update estimated_data
. This means the model is predicting based on the GT data, rather than simulated data. This does mean that the network is doing some long-term prediction, but it's not a true simulation by the model.
Is this intentional or a bug?
Metadata
Metadata
Assignees
Labels
No labels