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
{{ message }}
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.
if object query is random, as shown in code, how to evaluate to get a steady result when inference? self.query_embed = nn.Embedding(num_queries, hidden_dim)
if object query is random, as shown in code, how to evaluate to get a steady result when inference?
self.query_embed = nn.Embedding(num_queries, hidden_dim)
hs = self.transformer(self.input_proj(src), mask, self.query_embed.weight, pos[-1])[0]
Best.
The text was updated successfully, but these errors were encountered: