Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Mambalgo/DeepCTR
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: shenweichen/DeepCTR
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 82 files changed
  • 4 contributors

Commits on Jun 11, 2022

  1. improve compatibility

    improve compatibility with tensorflow 2.x
    shenweichen authored Jun 11, 2022
    Configuration menu
    Copy the full SHA
    9564e05 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2022

  1. support python 3.9&3.10

    - support python 3.9 and 3.10
    - support `cos` and `ln` attention_type in transformer
    - polish docstring
    shenweichen authored Oct 16, 2022
    Configuration menu
    Copy the full SHA
    ec78b9b View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Add EDCN model.

    * feat: Add EDCN model.
    
    Co-authored-by: 何意 <[email protected]>
    Co-authored-by: 浅梦 <[email protected]>
    3 people authored Nov 2, 2022
    Configuration menu
    Copy the full SHA
    c13aba6 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. update EDCN &fix typo

    update EDCN &fix typo
    shenweichen authored Nov 9, 2022
    Configuration menu
    Copy the full SHA
    91dc7c6 View commit details
    Browse the repository at this point in the history
  2. fix: h5py version in python>=3.9 (shenweichen#500)

    * fix: h5py version in python>=3.9
    Co-authored-by: 浅梦 <[email protected]>
    orlevii and shenweichen authored Nov 9, 2022
    Configuration menu
    Copy the full SHA
    e756480 View commit details
    Browse the repository at this point in the history
  3. update doc

    shenweichen committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    6789597 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. add EDCN model

    - add EDCN model
    - fix savedmodel error in tf2.4
    - fix typo in position encoding layer
    shenweichen authored Nov 10, 2022
    Configuration menu
    Copy the full SHA
    4db36c2 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Update ci2.yml

    shenweichen authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    e8f4d81 View commit details
    Browse the repository at this point in the history
Loading