mirror of
https://github.com/wassname/pytorch-ts.git
synced 2026-07-22 13:00:05 +08:00
bug fixes in NBEATSEstimator (#74)
* spell correction in n_beats_ensemble * bug fix - NBEATSEstimator intialization
This commit is contained in:
@@ -170,7 +170,7 @@ class NBEATSEnsembleEstimator(PyTorchEstimator):
|
||||
Arguments passed down to the individual estimators.
|
||||
"""
|
||||
|
||||
@validted()
|
||||
@validated()
|
||||
def __init__(
|
||||
self,
|
||||
freq: str,
|
||||
|
||||
@@ -30,7 +30,7 @@ from .n_beats_network import (
|
||||
)
|
||||
|
||||
|
||||
class NBEATSEstimator:
|
||||
class NBEATSEstimator(PyTorchEstimator):
|
||||
@validated()
|
||||
def __init__(
|
||||
self,
|
||||
|
||||
Reference in New Issue
Block a user