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

fix some bugs #248

Merged
merged 3 commits into from
Jun 19, 2022
Merged

fix some bugs #248

merged 3 commits into from
Jun 19, 2022

Conversation

shenweichen
Copy link
Owner

gaohongkui and others added 3 commits July 14, 2021 15:30
解决了 #106  无法保存模型的bug。

原因是lambda表达式无法被pickled。

在`basemodel.py`中的`accuracy`使用了lambda表达式
https://github.com/shenweichen/DeepCTR-Torch/blob/b4d8181e86c2165722fa9331bc16185832596232/deepctr_torch/models/basemodel.py#L492-L494

#106 (comment) 给出了复现方法
2. 完善测试用例,补充无linear part、无dense feature、无sparse feature的用例
3. update doc examples
@shenweichen shenweichen linked an issue Jun 19, 2022 that may be closed by this pull request
@shenweichen shenweichen merged commit 2cd84f3 into master Jun 19, 2022
@shenweichen shenweichen deleted the release branch June 19, 2022 13:44
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

Successfully merging this pull request may close these issues.

For all dense feature problem, which model should I choose ?
3 participants