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

Add two transformer models via upload #508

Merged
merged 18 commits into from
Jul 22, 2021
Merged

Add two transformer models via upload #508

merged 18 commits into from
Jul 22, 2021

Commits on Jul 13, 2021

  1. Add files via upload

    Add naive transformer model and a improved transformer model.
    yingtaoluo authored Jul 13, 2021
    Configuration menu
    Copy the full SHA
    6100c0e View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. Update pytorch_localformer.py

    Have passed black.
    yingtaoluo authored Jul 14, 2021
    Configuration menu
    Copy the full SHA
    b13c140 View commit details
    Browse the repository at this point in the history
  2. Update pytorch_transformer.py

    Have passed black
    yingtaoluo authored Jul 14, 2021
    Configuration menu
    Copy the full SHA
    d6215c9 View commit details
    Browse the repository at this point in the history
  3. Add files via upload

    yingtaoluo authored Jul 14, 2021
    Configuration menu
    Copy the full SHA
    9eb333b View commit details
    Browse the repository at this point in the history
  4. Add files via upload

    yingtaoluo authored Jul 14, 2021
    Configuration menu
    Copy the full SHA
    71a1d1d View commit details
    Browse the repository at this point in the history
  5. Add files via upload

    yingtaoluo authored Jul 14, 2021
    Configuration menu
    Copy the full SHA
    2610e4b View commit details
    Browse the repository at this point in the history
  6. Add files via upload

    yingtaoluo authored Jul 14, 2021
    Configuration menu
    Copy the full SHA
    e398dfb View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2021

  1. Configuration menu
    Copy the full SHA
    664e48f View commit details
    Browse the repository at this point in the history
  2. Add files via upload

    yingtaoluo authored Jul 16, 2021
    Configuration menu
    Copy the full SHA
    c797b48 View commit details
    Browse the repository at this point in the history
  3. Add files via upload

    yingtaoluo authored Jul 16, 2021
    Configuration menu
    Copy the full SHA
    549a645 View commit details
    Browse the repository at this point in the history
  4. Add files via upload

    yingtaoluo authored Jul 16, 2021
    Configuration menu
    Copy the full SHA
    65ae976 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2021

  1. Update setup.py

    you-n-g authored Jul 18, 2021
    Configuration menu
    Copy the full SHA
    516a825 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bc8c96 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from you-n-g/ytl_main

    update `run_all_model` and black format
    yingtaoluo authored Jul 18, 2021
    Configuration menu
    Copy the full SHA
    30e09f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd9e005 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. Add performance of two new models

    Add the performance of transformer and localformer.
    yingtaoluo authored Jul 20, 2021
    Configuration menu
    Copy the full SHA
    36feb17 View commit details
    Browse the repository at this point in the history
  2. Add two new model in zoo

    Add transformer and localformer (SLGT) models for time series prediction in finance in the Quant Model Zoo.
    yingtaoluo authored Jul 20, 2021
    Configuration menu
    Copy the full SHA
    88f20fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c18b64e View commit details
    Browse the repository at this point in the history