michaelsdr / momentumnet

Drop-in replacement for any ResNet with a significantly reduced memory footprint and better representation capabilities
https://michaelsdr.github.io/momentumnet/
MIT License
207 stars 19 forks source link

Wrong description about gamma in the api document #14

Closed npmhung closed 3 years ago

npmhung commented 3 years ago

I found that in the code: v_{n+1} = gamma v_n + (1-gamma) f

However, in the document, it is written that: v_{n+1} = (1-gamma) v_n + gamma f

pierreablin commented 3 years ago

Thanks for the catch ! :)