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: tensorlayer/seq2seq-chatbot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: tensorlayer/seq2seq-chatbot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: more_version
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 4 files changed
  • 1 contributor

Commits on May 16, 2019

  1. update to 2.0

    Lingjun Liu Lingjun Liu
    Lingjun Liu authored and Lingjun Liu committed May 16, 2019
    Configuration menu
    Copy the full SHA
    b477a2c View commit details
    Browse the repository at this point in the history
  2. update to tl2.0

    Lingjun Liu Lingjun Liu
    Lingjun Liu authored and Lingjun Liu committed May 16, 2019
    Configuration menu
    Copy the full SHA
    4cc6a2d View commit details
    Browse the repository at this point in the history
  3. delete tl1.0 file

    Lingjun Liu Lingjun Liu
    Lingjun Liu authored and Lingjun Liu committed May 16, 2019
    Configuration menu
    Copy the full SHA
    c967b1f View commit details
    Browse the repository at this point in the history

Commits on May 18, 2019

  1. change weights to all_weights

    Lingjun Liu Lingjun Liu
    Lingjun Liu authored and Lingjun Liu committed May 18, 2019
    Configuration menu
    Copy the full SHA
    3f46b9a View commit details
    Browse the repository at this point in the history
  2. change weights to all_weights

    Lingjun Liu Lingjun Liu
    Lingjun Liu authored and Lingjun Liu committed May 18, 2019
    Configuration menu
    Copy the full SHA
    24ba770 View commit details
    Browse the repository at this point in the history
  3. try GPU mode

    Lingjun Liu Lingjun Liu
    Lingjun Liu authored and Lingjun Liu committed May 18, 2019
    Configuration menu
    Copy the full SHA
    e72dcd0 View commit details
    Browse the repository at this point in the history
  4. change model name

    Lingjun Liu Lingjun Liu
    Lingjun Liu authored and Lingjun Liu committed May 18, 2019
    Configuration menu
    Copy the full SHA
    4c5bedc View commit details
    Browse the repository at this point in the history

Commits on May 19, 2019

  1. use loss_with_mask

    Lingjun Liu Lingjun Liu
    Lingjun Liu authored and Lingjun Liu committed May 19, 2019
    Configuration menu
    Copy the full SHA
    ddb44df View commit details
    Browse the repository at this point in the history
  2. RNN->GRU

    Lingjun Liu Lingjun Liu
    Lingjun Liu authored and Lingjun Liu committed May 19, 2019
    Configuration menu
    Copy the full SHA
    454bf85 View commit details
    Browse the repository at this point in the history
  3. FIX bug

    Lingjun Liu Lingjun Liu
    Lingjun Liu authored and Lingjun Liu committed May 19, 2019
    Configuration menu
    Copy the full SHA
    1a5e8bf View commit details
    Browse the repository at this point in the history
  4. get rid of softmax

    Lingjun Liu Lingjun Liu
    Lingjun Liu authored and Lingjun Liu committed May 19, 2019
    Configuration menu
    Copy the full SHA
    a74fd64 View commit details
    Browse the repository at this point in the history
  5. change model name

    Lingjun Liu Lingjun Liu
    Lingjun Liu authored and Lingjun Liu committed May 19, 2019
    Configuration menu
    Copy the full SHA
    0b31a5a View commit details
    Browse the repository at this point in the history
  6. model name required

    Lingjun Liu Lingjun Liu
    Lingjun Liu authored and Lingjun Liu committed May 19, 2019
    Configuration menu
    Copy the full SHA
    37d3b23 View commit details
    Browse the repository at this point in the history
  7. print loss

    Lingjun Liu Lingjun Liu
    Lingjun Liu authored and Lingjun Liu committed May 19, 2019
    Configuration menu
    Copy the full SHA
    8341c65 View commit details
    Browse the repository at this point in the history
  8. print loss

    Lingjun Liu Lingjun Liu
    Lingjun Liu authored and Lingjun Liu committed May 19, 2019
    Configuration menu
    Copy the full SHA
    bcf3fbe View commit details
    Browse the repository at this point in the history
  9. print loss

    Lingjun Liu Lingjun Liu
    Lingjun Liu authored and Lingjun Liu committed May 19, 2019
    Configuration menu
    Copy the full SHA
    0d9646a View commit details
    Browse the repository at this point in the history
  10. print loss

    Lingjun Liu Lingjun Liu
    Lingjun Liu authored and Lingjun Liu committed May 19, 2019
    Configuration menu
    Copy the full SHA
    5a5b25f View commit details
    Browse the repository at this point in the history

Commits on May 20, 2019

  1. tensorlayer 2.0

    Lingjun Liu Lingjun Liu
    Lingjun Liu authored and Lingjun Liu committed May 20, 2019
    Configuration menu
    Copy the full SHA
    169bfa3 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

  1. modify the encoding hidden states

    Lingjun Liu Lingjun Liu
    Lingjun Liu authored and Lingjun Liu committed May 21, 2019
    Configuration menu
    Copy the full SHA
    1fce443 View commit details
    Browse the repository at this point in the history
Loading