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

nbeats - error #6

Open
raphaelcp opened this issue Oct 5, 2020 · 0 comments
Open

nbeats - error #6

raphaelcp opened this issue Oct 5, 2020 · 0 comments

Comments

@raphaelcp
Copy link

The neabats modeol is returnig this error:

Traceback (most recent call last):
File "run_train.py", line 29, in
main()
File "run_train.py", line 24, in main
model.train(train_dataset, n_epochs=params['n_epochs'], mode='eager')
File "/home/rcp/Documents/dissertacao/Time-series-prediction/deepts/model.py", line 89, in train
self.build_model(training=True)
File "/home/rcp/Documents/dissertacao/Time-series-prediction/deepts/model.py", line 75, in build_model
Model = NBeatsNet(self.custom_model_params)
File "/home/rcp/Documents/dissertacao/Time-series-prediction/deepts/models/nbeats.py", line 40, in init
self.stacks.append(self.create_stack(stack_id))
File "/home/rcp/Documents/dissertacao/Time-series-prediction/deepts/models/nbeats.py", line 63, in create_stack
backcast_length,
NameError: name 'backcast_length' is not defined

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant