This project is under development and we need developers to participate in.
If you
- familiar with and interested in CTR models
- familiar with pytorch(both pytorch and tensorflow better)
- have spare time to learn and develop
- familiar with git
please send a brief introduction of your background and experience to [email protected], welcome to join us!
- Become a collaborator: Send an email with introduction and your github account name to [email protected] and waiting for invitation to become a collaborator.
- Fork&Dev: Fork your own branch(
dev_yourname
) inDeepCTR-Torch
from themaster
branch for development.If themaster
is updated during the development process, remember to merge and update todev_yourname
regularly. - Testing: Test logical correctness and effect when finishing the code development of the
dev_yourname
branch. - Pre-release : After testing contact [email protected] for pre-release integration, usually your branch
dev_yourname
will be merged intorelease
branch by squash merge. - Release a new version: After confirming that the change is no longer needed,
release
branch will be merged intomaster
and a new python package will be released on pypi.