You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am looking at the code of solver.cpp and I see a new variable root_solver_. can you help me understand it function of this variable?
Also I wanted to ask you, How have you utilized the GPU to train your binary and ternary weight models? GPU as of now doesn't supports binary operands. Have you stored your binary weights in float and then trained on GPU? Does this need modification to the GPU Kernel?
Thanks,
Ayushi
The text was updated successfully, but these errors were encountered:
Hi @fengfu-chris
I am looking at the code of solver.cpp and I see a new variable root_solver_. can you help me understand it function of this variable?
Also I wanted to ask you, How have you utilized the GPU to train your binary and ternary weight models? GPU as of now doesn't supports binary operands. Have you stored your binary weights in float and then trained on GPU? Does this need modification to the GPU Kernel?
Thanks,
Ayushi
The text was updated successfully, but these errors were encountered: