Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Melodic
morphemic-preprocessor
Commits
00bb584d
Commit
00bb584d
authored
Jun 08, 2021
by
Anna Warno
Browse files
time units correected
parent
bf63e27e
Changes
2
Hide whitespace changes
Inline
Side-by-side
deployment/nbeats/predict.py
View file @
00bb584d
...
...
@@ -106,7 +106,7 @@ def main():
for
i
in
range
(
number_of_forward_predictions
[
metric
]):
prediction_msgs
,
prediction
=
predict
(
metric
,
prediction_cycle
//
msg
[
"publish_rate"
],
(
prediction_cycle
*
1000
)
//
msg
[
"publish_rate"
],
extra_data
=
predictions
,
m
=
i
+
1
,
prediction_hor
=
prediction_horizon
,
...
...
deployment/tft/predict.py
View file @
00bb584d
...
...
@@ -106,7 +106,7 @@ def main():
for
i
in
range
(
number_of_forward_predictions
[
metric
]):
prediction_msgs
,
prediction
=
predict
(
metric
,
prediction_cycle
//
msg
[
"publish_rate"
],
(
prediction_cycle
*
1000
)
//
msg
[
"publish_rate"
],
extra_data
=
predictions
,
m
=
i
+
1
,
prediction_hor
=
prediction_horizon
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment