NeMo icon indicating copy to clipboard operation
NeMo copied to clipboard

WIP Fix for #4455

Open galv opened this issue 3 years ago • 4 comments

What does this PR do ?

Proposed fix for #4455

Collection: asr, common

Changelog

Usage

This allow for running ASR training on tar files with keys containing "/".

is_tar_manifest needs to be plumbed through all possible parse_func's in usage today.

Before your PR is "Ready for review"

Pre checks:

  • [ ] Make sure you read and followed Contributor guidelines
  • [ ] Did you write any new necessary tests?
  • [ ] Did you add or update any necessary documentation?
  • [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
    • [ ] Reviewer: Does the PR have correct import guards for all optional libraries?

PR Type:

  • [X] New Feature
  • [ ] Bugfix
  • [ ] Documentation

If you haven't finished some of the above items you can still open "Draft" PR.

Who can review?

Anyone in the community is free to review the PR once the checks have passed. Contributor guidelines contains specific people who can review PRs to various areas.

Additional Information

  • Related to #4455

galv avatar Jun 27 '22 21:06 galv

This pull request introduces 1 alert when merging 653d4d755d0132d640305017336ddbf612705aeb into d8785e022e2ccaf8b02a27ca084aea5acd257b18 - view on LGTM.com

new alerts:

  • 1 for Wrong number of arguments in a call

lgtm-com[bot] avatar Jun 27 '22 21:06 lgtm-com[bot]

Resolved the previous messages from @titu1994 without responding since this isn't a good approach.

Force pushed a simple commit reverting #4277 for now. More details in #4455.

Note: This is my first PR. I signed the commit, not sure if there's anything else I ought to do (e.g., to restart CI).

galv avatar Jun 29 '22 19:06 galv

Steve added some changes to main branch, could you try rebasing this PR with main, and then try out if his fixes were sufficient ? If not we may need further changes.

titu1994 avatar Jun 30 '22 03:06 titu1994

For DCO, ignore it for now.

titu1994 avatar Jun 30 '22 03:06 titu1994

The problem was already fixed in this PR, closing this PR

stevehuang52 avatar Aug 25 '22 21:08 stevehuang52