microsoft / RepPoints

Represent Visual Objects by Point Sets
MIT License
588 stars 75 forks source link

Question About moment_transfer #5

Open dingjiansw101 opened 5 years ago

dingjiansw101 commented 5 years ago

Thank you for sharing the code of your interesting work! I have questions about the implementation details.

https://github.com/microsoft/RepPoints/blob/ee07b3fd1b00e2e1bbcc9116c8d56c2b67ce6536/src/reppoints_head/reppoints_head.py#L200-L201

Is the above operation to control the learning rate by moment_mul? Thanks very much!

yangze0930 commented 5 years ago

Sure, it is used to adjust the backward gradient. Thanks for your interests!