CTR icon indicating copy to clipboard operation
CTR copied to clipboard

CTR模型代码和学习笔记总结

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

Hello! I've found a performance issue in utils.py: `.batch(MODEL_PARAMS['batch_size'] )`[(line 72)](https://github.com/DSXiangLi/CTR/blob/b3f8f31d4c5b2979d534129c6b5a4ec679521d6e/utils.py#L72) should be called before `.map( parse_example_helper_csv, num_parallel_calls=8 )`[(line 46)](https://github.com/DSXiangLi/CTR/blob/b3f8f31d4c5b2979d534129c6b5a4ec679521d6e/utils.py#L46), which could make your program more efficient. Here is [the...

请问模型预测有没有相关代码?