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
Lucas Miranda
deepOF
Commits
f8d2e438
Commit
f8d2e438
authored
Apr 14, 2021
by
lucas_miranda
Browse files
Added extra branch to main autoencoder for rule_based prediction
parent
b4b191e1
Pipeline
#98424
passed with stages
in 19 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
deepof/train_utils.py
View file @
f8d2e438
...
...
@@ -433,8 +433,8 @@ def autoencoder_fitting(
),
]
Xs
,
ys
=
[
X_train
]
,
[
X_train
]
Xvals
,
yvals
=
[
X_val
]
,
[
X_val
]
Xs
,
ys
=
X_train
,
[
X_train
]
Xvals
,
yvals
=
X_val
,
[
X_val
]
if
next_sequence_prediction
>
0.0
:
Xs
,
ys
=
X_train
[:
-
1
],
[
X_train
[:
-
1
],
X_train
[
1
:]]
...
...
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