-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Hello, thanks you for your great work! There's something about your code that bothers me.
For example, in eval_store.py, you mentioned that the shape of pred_trajectory is [K, N, T(future), 2] and the shape of embeds is [K, N, -1](in my code is [K, N, H, D]). But in line 124 of target_region.py, the shape of y_hat_init should be [N, K, F, 2] and y_hat_delta [K*N, F, 2], why can they be added together(the option y_hat_init = y_hat_init + y_hat_delta)
Metadata
Metadata
Assignees
Labels
No labels