Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
On Thursday, 7th July from 1 to 3 pm there will be a maintenance with a short downtime of GitLab.
Open sidebar
Lucas Miranda
deepOF
Commits
deb4f0eb
Commit
deb4f0eb
authored
Apr 14, 2021
by
lucas_miranda
Browse files
Added extra branch to main autoencoder for rule_based prediction
parent
c1177f8b
Pipeline
#98390
canceled with stages
in 14 minutes and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tests/test_train_utils.py
View file @
deb4f0eb
...
...
@@ -82,7 +82,7 @@ def test_get_callbacks(
)
@
settings
(
max_examples
=
1
,
deadline
=
None
,
suppress_health_check
=
[
HealthCheck
.
too_slow
])
@
settings
(
max_examples
=
1
0
,
deadline
=
None
,
suppress_health_check
=
[
HealthCheck
.
too_slow
])
@
given
(
loss
=
st
.
one_of
(
st
.
just
(
"ELBO"
),
st
.
just
(
"MMD"
),
st
.
just
(
"ELBO+MMD"
)),
next_sequence_prediction
=
st
.
one_of
(
st
.
just
(
0.0
),
st
.
just
(
1.0
)),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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