Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

from_tensors support for VideoClassification #1389

Merged
merged 48 commits into from
Sep 1, 2022

Commits on Jul 14, 2022

  1. WIP: from_tensors support

    krshrimali committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    bef8e50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b29cdb2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d1a0be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f8bb7e View commit details
    Browse the repository at this point in the history
  5. Fix merge conflict

    krshrimali committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    9490e31 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ce882a1 View commit details
    Browse the repository at this point in the history
  7. class for prediction

    krshrimali committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    4031f5c View commit details
    Browse the repository at this point in the history
  8. Fixes for predictions

    krshrimali committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    22f049d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    951ae93 View commit details
    Browse the repository at this point in the history
  10. minor... to fix the CI

    krshrimali committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    c36dbbe View commit details
    Browse the repository at this point in the history
  11. Merge branch 'video/feature/classification/from_tensors' of github.co…

    …m:PyTorchLightning/lightning-flash into video/feature/classification/from_tensors
    krshrimali committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    23002f2 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Configuration menu
    Copy the full SHA
    d210bd8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    242ca8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    738a022 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    465fb2f View commit details
    Browse the repository at this point in the history
  5. Merge branch 'video/feature/classification/from_tensors' of github.co…

    …m:Lightning-AI/lightning-flash into video/feature/classification/from_tensors
    krshrimali committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    b235e7d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5da11a4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    80ec1eb View commit details
    Browse the repository at this point in the history
  8. Fix tests

    krshrimali committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    6617097 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    22edc4e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    df37dd1 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

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

Commits on Aug 29, 2022

  1. Configuration menu
    Copy the full SHA
    76410e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f6de3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6827164 View commit details
    Browse the repository at this point in the history
  4. Fix doc

    krshrimali committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    1f61192 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'video/feature/classification/from_tensors' of github.co…

    …m:Lightning-AI/lightning-flash into video/feature/classification/from_tensors
    krshrimali committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    abd7f22 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Configuration menu
    Copy the full SHA
    92df464 View commit details
    Browse the repository at this point in the history
  2. Update flash/video/classification/utils.py

    Co-authored-by: Ethan Harris <ethanwharris@gmail.com>
    krshrimali and ethanwharris committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    3e887f3 View commit details
    Browse the repository at this point in the history
  3. Address review

    krshrimali committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    a006bb6 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'video/feature/classification/from_tensors' of github.co…

    …m:Lightning-AI/lightning-flash into video/feature/classification/from_tensors
    krshrimali committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    2e65edc View commit details
    Browse the repository at this point in the history
  5. pep8

    krshrimali committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    3ef8fbd View commit details
    Browse the repository at this point in the history
  6. Update flash/video/classification/utils.py

    Co-authored-by: Ethan Harris <ethanwharris@gmail.com>
    krshrimali and ethanwharris committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    6fea612 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d71ce41 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Address review: allow stack of tensors, tensor, list of tensors, matc…

    …h format as of imageclassifcation from_tensors
    krshrimali committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    1c9e3f8 View commit details
    Browse the repository at this point in the history
  2. Remove breakpoints

    krshrimali committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    b81803b View commit details
    Browse the repository at this point in the history
  3. Fix doctests

    krshrimali committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    13df5af View commit details
    Browse the repository at this point in the history
  4. Fix doctest

    krshrimali committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    da2fe56 View commit details
    Browse the repository at this point in the history
  5. Revert pre-commit change

    krshrimali committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    2381f04 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f95ef7d View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Configuration menu
    Copy the full SHA
    ecc5528 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'video/feature/classification/from_tensors' of github.co…

    …m:Lightning-AI/lightning-flash into video/feature/classification/from_tensors
    krshrimali committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    73613f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d69b40 View commit details
    Browse the repository at this point in the history
  4. unused import

    krshrimali committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    7009f86 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    62e67f5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e5b2350 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3e72e1a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1cf3d75 View commit details
    Browse the repository at this point in the history