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

Update nbeats/sub_modules.py to remove UserWarning #1580

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Dec 8, 2022

  1. Update sub_modules.py to remove UserWarning

    The nbeats/sub_module.py raises the following warning:
    UserWarning: Creating a tensor from a list of numpy.ndarrays is extremely slow. Please consider converting the list to a single numpy.ndarray with numpy.array() before converting to a tensor.
    This commit replaces the relevant sections with the appropriate code to remove the warning. (similar to sktime#754)
    d-schmitt authored Dec 8, 2022
    Configuration menu
    Copy the full SHA
    ab439a7 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Update sub_modules.py

    Remove faulty copy commit.
    d-schmitt authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    6d0eee6 View commit details
    Browse the repository at this point in the history
  2. Update sub_modules.py

    Remove spaces.
    d-schmitt authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    3b39dbd View commit details
    Browse the repository at this point in the history