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

Allow user to select individual TPU core to train on #1729

Merged

Commits on May 4, 2020

  1. added tpu_id

    added tpu_id to mixins
    lezwon committed May 4, 2020
    Configuration menu
    Copy the full SHA
    8995fbc View commit details
    Browse the repository at this point in the history
  2. train on individual tpu

    lezwon committed May 4, 2020
    Configuration menu
    Copy the full SHA
    bd9e88c View commit details
    Browse the repository at this point in the history
  3. parallel loader if tpu_id is None

    lezwon committed May 4, 2020
    Configuration menu
    Copy the full SHA
    1daadfa View commit details
    Browse the repository at this point in the history
  4. removed progress_bar_refresh_rate

    lezwon committed May 4, 2020
    Configuration menu
    Copy the full SHA
    e4d49d0 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. chlog

    Borda committed May 5, 2020
    Configuration menu
    Copy the full SHA
    0ed38cd View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. replaced num_tpu_cores with tpu_cores

    lezwon committed May 6, 2020
    Configuration menu
    Copy the full SHA
    725ef5d View commit details
    Browse the repository at this point in the history
  2. set tpu_id to None if int

    lezwon committed May 6, 2020
    Configuration menu
    Copy the full SHA
    c0a4f9d View commit details
    Browse the repository at this point in the history
  3. changed num_tpu_cores to tpu_cores in docs

    lezwon committed May 6, 2020
    Configuration menu
    Copy the full SHA
    f25d516 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2020

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

Commits on May 9, 2020

  1. updated docs

    lezwon committed May 9, 2020
    Configuration menu
    Copy the full SHA
    b22f485 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdda262 View commit details
    Browse the repository at this point in the history
  3. updated __init__.py

    removed self.tpu_id for ParallelLoader
    lezwon committed May 9, 2020
    Configuration menu
    Copy the full SHA
    0669ad2 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2020

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

Commits on May 13, 2020

  1. check if tpu_cores is a list

    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    lezwon and Borda committed May 13, 2020
    Configuration menu
    Copy the full SHA
    67c5688 View commit details
    Browse the repository at this point in the history
  2. xla device conditional

    lezwon committed May 13, 2020
    Configuration menu
    Copy the full SHA
    ec278d1 View commit details
    Browse the repository at this point in the history
  3. num_tpu_cores deprecation

    lezwon committed May 13, 2020
    Configuration menu
    Copy the full SHA
    100071b View commit details
    Browse the repository at this point in the history
  4. removed duplicate warning

    lezwon committed May 13, 2020
    Configuration menu
    Copy the full SHA
    8adb0a9 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'official/master' into feature/1539_tpu_…

    …train_parallel
    
    # Conflicts:
    #	pytorch_lightning/trainer/distrib_parts.py
    lezwon committed May 13, 2020
    Configuration menu
    Copy the full SHA
    34f2209 View commit details
    Browse the repository at this point in the history
  6. fixed pep8 error

    lezwon committed May 13, 2020
    Configuration menu
    Copy the full SHA
    f779d01 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. Revert "removed duplicate warning"

    This reverts commit 8adb0a9
    lezwon committed May 14, 2020
    Configuration menu
    Copy the full SHA
    dafe174 View commit details
    Browse the repository at this point in the history
  2. deprecated api update

    lezwon committed May 14, 2020
    Configuration menu
    Copy the full SHA
    4c6958e View commit details
    Browse the repository at this point in the history
  3. fixed recursion error

    lezwon committed May 14, 2020
    Configuration menu
    Copy the full SHA
    5c0db30 View commit details
    Browse the repository at this point in the history
  4. fixed tests

    lezwon committed May 14, 2020
    Configuration menu
    Copy the full SHA
    c7a9b4e View commit details
    Browse the repository at this point in the history
  5. fixed flake errors

    lezwon committed May 14, 2020
    Configuration menu
    Copy the full SHA
    83e5d99 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'official/master' into feature/1539_tpu_…

    …train_parallel
    lezwon committed May 14, 2020
    Configuration menu
    Copy the full SHA
    230831e View commit details
    Browse the repository at this point in the history
  7. removed current_tpu_index

    lezwon committed May 14, 2020
    Configuration menu
    Copy the full SHA
    59e0b49 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2020

  1. Configuration menu
    Copy the full SHA
    f22d90d View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    Borda committed May 17, 2020
    Configuration menu
    Copy the full SHA
    940f70b View commit details
    Browse the repository at this point in the history
  3. Update trainer.py

    Borda committed May 17, 2020
    Configuration menu
    Copy the full SHA
    ec300ee View commit details
    Browse the repository at this point in the history