Skip to content
Discussion options

You must be logged in to vote

Hello, there's a flag no_head to skip the bag level fusing, perhaps you can set it to False to get BxNxfeatures results

def forward(self, x: torch.Tensor, no_head: bool = False) -> torch.Tensor:

then you can compute the output scores accordingly as implemented here

def calc_head(self, x: torch.Tensor) -> torch.Tensor:

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@DocandBean
Comment options

@relyativist
Comment options

Answer selected by DocandBean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants