LightCTR icon indicating copy to clipboard operation
LightCTR copied to clipboard

Lightweight and Scalable framework that combines mainstream algorithms of Click-Through-Rate prediction based computational DAG, philosophy of Parameter Server and Ring-AllReduce collective communicat...

Results 2 LightCTR issues
Sort by recently updated
recently updated
newest added

There are one bug in the function 'timeoutResender' in network.h ` if (pkg.send_time + max_retry_times * timeout >= cur_time) { sending_queue.pop(); continue; } else if (pkg.send_time + timeout >= cur_time)...

Hi, Thanks for your work, it looks great. I have a question. Does the project be applied to real product environment and whether the project performs well ? How about...