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

What are the meaning of POSMAP_FIX_RATE, OFFSET_FIX_RATE, NME.rate ? #12

Closed
lhyfst opened this issue Nov 7, 2021 · 1 comment
Closed

Comments

@lhyfst
Copy link

lhyfst commented Nov 7, 2021

POSMAP_FIX_RATE OFFSET_FIX_RATE:

OFFSET_FIX_RATE = 1.5e-5
POSMAP_FIX_RATE = 280.0

NME.rate:

def __init__(self, rate=1.0):
super(NME, self).__init__()
self.rate = rate

@reshow
Copy link
Collaborator

reshow commented Nov 8, 2021

POSMAP_FIX_RATE and OFFSET_FIX_RATE are used to roughly scale the value to [0 , 1].
NME.rate was used to control the weights of loss items but no longer used now.

@lhyfst lhyfst closed this as completed Nov 8, 2021
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

2 participants