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

有几个细节的疑问-There are a few questions about the details #853

Open
wuzuowuyou opened this issue Nov 18, 2020 · 2 comments
Open

Comments

@wuzuowuyou
Copy link

  1. 为什么hm的偏置要初始化为2.19 fc.bias.data.fill_(-2.19)

    fc.bias.data.fill_(-2.19)

  2. topk_inds = topk_inds % (height * width) 这里topk_inds会超过height * width的吗?

    topk_inds = topk_inds % (height * width)

@qingswu
Copy link

qingswu commented Nov 20, 2020

question 1: #826

@ShihuaiXu
Copy link

question 2, I have the same question, it is effectless

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

3 participants