Skip to content

[pt]Supported benchmarking pytorch jit self-contained models.#35279

Closed
newstzpz wants to merge 1 commit intopytorch:masterfrom
newstzpz:export-D20585639
Closed

[pt]Supported benchmarking pytorch jit self-contained models.#35279
newstzpz wants to merge 1 commit intopytorch:masterfrom
newstzpz:export-D20585639

Conversation

@newstzpz
Copy link
Copy Markdown
Contributor

Summary:
Supported benchmarking pytorch jit self-contained models.

  • By specifying flag --no_inputs=True, the binary supports benchmarking self-contained torchscript model (model runs without inputs, model.forward())
  • This allows moving data preparation part outside of this binary.

Differential Revision: D20585639

@facebook-github-bot
Copy link
Copy Markdown
Contributor

This pull request was exported from Phabricator. Differential Revision: D20585639

@dr-ci
Copy link
Copy Markdown

dr-ci Bot commented Mar 24, 2020

💊 CircleCI build failures summary and remediations

As of commit 5838521 (more details on the Dr. CI page):


None of the build failures appear to be your fault 💚


  • 1/1 broken upstream at merge base 96eec95 from Mar 27 until Mar 28 (23 commits; 0c16ced - a9b540d)

    Please rebase on the viable/strict branch (expand for instructions)

    If your commit is newer than viable/strict, you can try basing on an older, stable commit:

    git fetch https://github.com/pytorch/pytorch viable/strict
    git rebase --onto FETCH_HEAD $(git merge-base origin/master HEAD)
    

    If your commit is older than viable/strict:

    git fetch https://github.com/pytorch/pytorch viable/strict
    git rebase FETCH_HEAD
    

    Check out the recency history of this "viable master" tracking branch.


🚧 1 upstream failure:

These were probably caused by upstream breakages:


This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.

Please report bugs/suggestions on the GitHub issue tracker.

See how this bot performed.

This comment has been revised 6 times.

…h#35279)

Summary:
Pull Request resolved: pytorch#35279

Supported benchmarking pytorch jit self-contained models.
* By specifying flag `--no_inputs=True`, the binary supports benchmarking self-contained torchscript model (model runs without inputs, `model.forward()`)
* This allows moving data preparation part outside of this binary.

Differential Revision: D20585639

fbshipit-source-id: 87f24d2078103e4d42df8cddcc663a85943053ba
@facebook-github-bot
Copy link
Copy Markdown
Contributor

This pull request was exported from Phabricator. Differential Revision: D20585639

@facebook-github-bot
Copy link
Copy Markdown
Contributor

This pull request has been merged in 7374a00.

ashishfarmer pushed a commit to ashishfarmer/pytorch that referenced this pull request Apr 13, 2020
…h#35279)

Summary:
Pull Request resolved: pytorch#35279

Supported benchmarking pytorch jit self-contained models.
* By specifying flag `--no_inputs=True`, the binary supports benchmarking self-contained torchscript model (model runs without inputs, `model.forward()`)
* This allows moving data preparation part outside of this binary.

Reviewed By: kimishpatel

Differential Revision: D20585639

fbshipit-source-id: c28e50503534c90023c1430479d26f1c1ce740b1
laurentdupin pushed a commit to laurentdupin/pytorch that referenced this pull request Apr 24, 2026
…h#35279)

Summary:
Pull Request resolved: pytorch#35279

Supported benchmarking pytorch jit self-contained models.
* By specifying flag `--no_inputs=True`, the binary supports benchmarking self-contained torchscript model (model runs without inputs, `model.forward()`)
* This allows moving data preparation part outside of this binary.

Reviewed By: kimishpatel

Differential Revision: D20585639

fbshipit-source-id: c28e50503534c90023c1430479d26f1c1ce740b1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants