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

Why use the sign function in the cos(m*the) #1

Open
Erdos001 opened this issue Jan 16, 2018 · 3 comments
Open

Why use the sign function in the cos(m*the) #1

Erdos001 opened this issue Jan 16, 2018 · 3 comments

Comments

@Erdos001
Copy link

cos_sign = tf.sign(cos_th)

res = 2*tf.multiply(tf.sign(cos_th), tf.square(cos_th)) - 1

what's the mean of the sign function in calculate the cos(m*th)

@Erdos001
Copy link
Author

Sorry, I see. For th reason that demonstrated in the paper

@yinghuang
Copy link

@Erdos001 so what's the meaning? where should I look in the paper?

@wangyongjie-ntu
Copy link

@Erdos001 can you point why the author add sign function?

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

3 participants