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
https://github.com/mrchor/HiNet/blob/master/src/HiNet.py#L267 文章中是对场景数M-1的变量进行softmax,但是你这里是对M进行的softmax
The text was updated successfully, but these errors were encountered:
他是不是先对M个场景进行加权,然后mask掉当前场景,再对其余的M-1个场景求和了啊
Sorry, something went wrong.
No branches or pull requests
https://github.com/mrchor/HiNet/blob/master/src/HiNet.py#L267
![image](https://private-user-images.githubusercontent.com/33647715/329906396-9adb7f44-037f-4773-8ff6-a2296098719b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4MjczNDYsIm5iZiI6MTczODgyNzA0NiwicGF0aCI6Ii8zMzY0NzcxNS8zMjk5MDYzOTYtOWFkYjdmNDQtMDM3Zi00NzczLThmZjYtYTIyOTYwOTg3MTliLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA2VDA3MzA0NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWNiMTljMmIzZWVhODgzYmFlNGNhYTQzMzAyZjFjMGM0NTRiOTA4MTU1YmRkY2E0MzdiMmY1MTM1NzQ0NjQ1YTkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.81zPf3KEsvjMxKms5HUyEY_RqVq7upg5VCH_Vz9L28w)
文章中是对场景数M-1的变量进行softmax,但是你这里是对M进行的softmax
The text was updated successfully, but these errors were encountered: