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

MQ-CNN: Bound context_length by the max_ts_len - prediction_length #1037

Merged
merged 8 commits into from
Sep 17, 2020

Commits on Sep 16, 2020

  1. Bound context_length by the max_ts_len - prediction_length to remove …

    …unnecessary zero padding
    Danielle Robinson committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    9b286e3 View commit details
    Browse the repository at this point in the history
  2. Fixing test_accuracy

    Danielle Robinson committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    57a6fac View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

  1. Reverted variable_length=False in data_loader and did update in place…

    … in instance splitter, updated pad_to_size util function to support right and left padding
    Danielle Robinson committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    0172372 View commit details
    Browse the repository at this point in the history
  2. Updating the comments for right padding

    Danielle Robinson committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    9083ae0 View commit details
    Browse the repository at this point in the history
  3. Revert back to from_hyperparameters in the tests

    Danielle Robinson committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    1f6c59e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a8455f View commit details
    Browse the repository at this point in the history
  5. Reverting data loader changes

    Danielle Robinson committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    fe307fa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    882c26a View commit details
    Browse the repository at this point in the history