You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I wonder whether there is an issue with the code for evaluating on the whole sequence. The input of the model as well as gt_pos is the position of the fluid at current time step. After the model forwards, the new pr_pos should be the position of the next time step. However, in Line 233, the errors are still computed between pr_pos and gt_pos, which are not aligned in time.
Is my understanding wrong or it's a bug with the code?
Hi,
I wonder whether there is an issue with the code for evaluating on the whole sequence. The input of the model as well as
gt_posis the position of the fluid at current time step. After the model forwards, the newpr_posshould be the position of the next time step. However, in Line 233, the errors are still computed betweenpr_posandgt_pos, which are not aligned in time.Is my understanding wrong or it's a bug with the code?
DeepLagrangianFluids/scripts/evaluate_network.py
Lines 221 to 226 in d651c6f
DeepLagrangianFluids/scripts/evaluate_network.py
Lines 232 to 238 in d651c6f