Skip to content

explanation of parameter shapes #11

@LongLiveForFreedom

Description

@LongLiveForFreedom

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions