-
Notifications
You must be signed in to change notification settings - Fork 28
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
AdaCoF Operation #18
Comments
Hi, thank you for referring to my code. |
Hi, thanks for your response, |
I just wrote C code on sublimetext and it doesn't compile the code, just colorize the code for easy understanding. |
Thanks for your help! I've been trying to understand the code, but am confused about the signs for the final line of updateGradAlpha and updateGradBeta when computing floatoutput,
and updateGradBeta:
Why is the arrangement of signs - + - + for alpha and for beta - - + +? Is there any literature which you found useful when writing the AdaCoF operation? |
Hi, when you were writing the code for AdaCoF in cupy, what software or resources did you use for that, I am trying to understand the cupy/C code, but am currently not sure what to use for debugging to check the outputs at each stage
Thanks
The text was updated successfully, but these errors were encountered: