Skip to content
New issue

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

关于代码问题 #6

Open
swjtulinxi opened this issue Jul 1, 2020 · 1 comment
Open

关于代码问题 #6

swjtulinxi opened this issue Jul 1, 2020 · 1 comment

Comments

@swjtulinxi
Copy link

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块呢

@swjtulinxi
Copy link
Author

width = int(math.floor(planes * (baseWidth/64.0)))我觉得它这个代码是不是有问题啊,文章明明说的分四组,为什么这里又不是呢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant