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
elif self.phase == "trace":
output = torch.cat((loc.view(loc.size(0), -1, 4), self.softmax(conf.view(conf.size(0), -1, self.num_classes))), 2)
hello,can you tell me why you add this code?thanks very much.
The text was updated successfully, but these errors were encountered:
elif self.phase == "trace":
output = torch.cat((loc.view(loc.size(0), -1, 4), self.softmax(conf.view(conf.size(0), -1, self.num_classes))), 2)
hello,can you tell me why you add this code?thanks very much.
The text was updated successfully, but these errors were encountered: