Open Elnath-123 opened 4 months ago
Hello, Thank you for the great work!
What is the meaning of setting top_k to 0, and why set it to 0, in the config files when conducting stochastic trajectory prediction?
Hi @Elnath-123,
When top_k is set to 0 (the default), top-k sampling is deactivated. Setting it to a positive value activates sampling. This link might be helpful for you.
top_k
Hello, Thank you for the great work!
What is the meaning of setting top_k to 0, and why set it to 0, in the config files when conducting stochastic trajectory prediction?