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

Support torch.jit.script #15

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

Support torch.jit.script #15

wants to merge 14 commits into from

Commits on Oct 18, 2021

  1. torch.jit.script support

    corochann committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    7a55e36 View commit details
    Browse the repository at this point in the history
  2. black, isort

    corochann committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    5890892 View commit details
    Browse the repository at this point in the history
  3. fix

    corochann committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    c45e19e View commit details
    Browse the repository at this point in the history
  4. tmp

    corochann committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    e2f94e8 View commit details
    Browse the repository at this point in the history
  5. update

    corochann committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    c9c3a34 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. Use original conversion.

    corochann committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    f3d0f54 View commit details
    Browse the repository at this point in the history
  2. refactor

    corochann committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    ab17f58 View commit details
    Browse the repository at this point in the history
  3. update

    corochann committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    0ae6e75 View commit details
    Browse the repository at this point in the history
  4. update

    corochann committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    5e2c452 View commit details
    Browse the repository at this point in the history
  5. update test env

    corochann committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    d80c823 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. update

    corochann committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    ba0b172 View commit details
    Browse the repository at this point in the history
  2. Use numpy array

    corochann committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    ca6d235 View commit details
    Browse the repository at this point in the history
  3. bug fix?

    corochann committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    75b5a9e View commit details
    Browse the repository at this point in the history
  4. fix docstring

    corochann committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    14f6dfc View commit details
    Browse the repository at this point in the history