We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
if self.scale > 1: if self.first_block: out = torch.cat((out, self.pool(xs[len(self.convs)])), 1)你好,请问这一步到底是什么意思,为什么要对最后一块做池化呢,
nb_branches = max(scale, 2) - 1----还有文章不是说分成4块吗,为什么代码只有3块呢
The text was updated successfully, but these errors were encountered:
width = int(math.floor(planes * (baseWidth/64.0)))我觉得它这个代码是不是有问题啊,文章明明说的分四组,为什么这里又不是呢
Sorry, something went wrong.
No branches or pull requests
if self.scale > 1:
if self.first_block:
out = torch.cat((out, self.pool(xs[len(self.convs)])), 1)你好,请问这一步到底是什么意思,为什么要对最后一块做池化呢,
nb_branches = max(scale, 2) - 1----还有文章不是说分成4块吗,为什么代码只有3块呢
The text was updated successfully, but these errors were encountered: