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

Add sampling #7

Open
wants to merge 34 commits into
base: main
Choose a base branch
from
Open

Add sampling #7

wants to merge 34 commits into from

Commits on Jan 13, 2021

  1. add basic sampling code

    sid committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    99d11e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bb3322 View commit details
    Browse the repository at this point in the history
  3. add prediction input / output fns

    sid committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    b9fd039 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. Configuration menu
    Copy the full SHA
    cf76c6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7ff6c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d51fd9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    346871f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d13c330 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f8a7449 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2021

  1. Configuration menu
    Copy the full SHA
    ff56d12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c4e0e0 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. fix parameter count logging

    ConnorJL committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    2c14bde View commit details
    Browse the repository at this point in the history
  2. fix image vocab size

    ConnorJL committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    130c26e View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. add missing dep

    lucidrains committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    42e7677 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2021

  1. ready tests for rewiring

    lucidrains committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    fcab065 View commit details
    Browse the repository at this point in the history
  2. no 3.9 for tests

    lucidrains committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    3858108 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    002343a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    037aefb View commit details
    Browse the repository at this point in the history
  5. cleanup

    lucidrains committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    e203de4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5ecb496 View commit details
    Browse the repository at this point in the history
  7. make sure sampling can be forced to never start below a certain minim…

    …um starting position, useful when the text tokens contain padding tokens of 0
    lucidrains committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    ec5c298 View commit details
    Browse the repository at this point in the history
  8. add unique pad token ids, which obviates the need to remove attention…

    … and cross entropy loss from text padding tokens
    lucidrains committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    3492d80 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2021

  1. fix text_vocab_dim error

    sdtblck committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    3b76849 View commit details
    Browse the repository at this point in the history
  2. Update models.py

    sdtblck committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    ef96537 View commit details
    Browse the repository at this point in the history
  3. fix bug

    lucidrains committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    a1634d4 View commit details
    Browse the repository at this point in the history
  4. fix bug with shift

    lucidrains committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    a3d2115 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f279ad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8db0d55 View commit details
    Browse the repository at this point in the history
  7. add variable scope

    lucidrains committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    d3112ca View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    33de203 View commit details
    Browse the repository at this point in the history
  9. tweak

    lucidrains committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    4dbf727 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

  1. Configuration menu
    Copy the full SHA
    10dc024 View commit details
    Browse the repository at this point in the history
  2. more cleanup

    lucidrains committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    9dacd35 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. Configuration menu
    Copy the full SHA
    c073fbc View commit details
    Browse the repository at this point in the history