-
Notifications
You must be signed in to change notification settings - Fork 39
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
Using Attention-based Sampler (AttSampler) in TASN without the need of rebuilding MXNet #7
Comments
Hi,I tried your method,but get this error |
@tiancity-bytedance Thank you for the report. I will check it. |
Thanks ! look forward your response |
hello, can you tell the mean of function |
@tiancity-bytedance |
thanks for you respones, but np.cumsum just one array param. but what mean the four params in the func.cumsum? |
@tiancity-bytedance The four parameters are |
thanks ! it works for me ! and have you test the accuracy ? |
Sorry, I have not tested it. I'm busy recently. |
Hi, @tiancity-bytedance . I have tested it and got the 86~87 accuracy on CUB-200-2011. Setting: |
|
Hi, can you help me with this error?
|
Hi @vb123er951 , the function |
Hi @wkcn , thank you for reply, |
Hi @vb123er951 , I have updated the code, which supports the old version of MXNet without |
@wkcn Thank you very much! |
I have the problem AttributeError: module "mobula.op" has no attribute "AttSamplerGrid" Can anyone help me? Thanks a lot |
Hi, there.
I wrote a project in order to use attention-based sampler of TASN without the need of rebuilding MXNet.
The link of this project is https://github.com/wkcn/AttentionSampler
It is available for MXNet and PyTorch.
The result (default setting):
Hope that it will be helpful for you!
The text was updated successfully, but these errors were encountered: