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

Feature/lightning #35

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open

Feature/lightning #35

wants to merge 20 commits into from

Commits on Aug 29, 2020

  1. Configuration menu
    Copy the full SHA
    6110298 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08f5b9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3fa57cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e88f076 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c0823ec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    923b6fc View commit details
    Browse the repository at this point in the history
  7. add training_step to the model and remove DataParallel functionality …

    …from the base Trainer, will go to Lightning
    karpathy committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    a5a6d1a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    990c0c7 View commit details
    Browse the repository at this point in the history
  9. one more refactor, this is better because the equivalence to lightnin…

    …g is now much cleaner and all of lightning functionality is in one file
    karpathy committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    81650ae View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fb37e03 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2020

  1. Configuration menu
    Copy the full SHA
    fa10298 View commit details
    Browse the repository at this point in the history
  2. move instantiation of text dataset into the constructor so we don't h…

    …ave to create it twice
    karpathy committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    0ed3376 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ebd40f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1aa67ca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    452a5ab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9b1e5a4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4817231 View commit details
    Browse the repository at this point in the history
  8. make labels non-blocking transfer to overlap them, but i don't really…

    … expect this to do too much to latency
    karpathy committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    d91bb1c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    492b79f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a796899 View commit details
    Browse the repository at this point in the history