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 also encountered the same issue when evaluating the model. Have you managed to resolve it? It appears that there could be an alignment problem between pr_pos and gt_pos in terms of time.
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 newpr_pos
should be the position of the next time step. However, in Line 233, the errors are still computed betweenpr_pos
andgt_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
The text was updated successfully, but these errors were encountered: