Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
OpenFold
Commits
6c5cd945
Commit
6c5cd945
authored
Dec 10, 2021
by
Gustaf Ahdritz
Browse files
Make triangular attention test even more sensitive
parent
80f968fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/test_triangular_attention.py
tests/test_triangular_attention.py
+1
-1
No files found.
tests/test_triangular_attention.py
View file @
6c5cd945
...
...
@@ -70,7 +70,7 @@ class TestTriangularAttention(unittest.TestCase):
n_res
=
consts
.
n_res
pair_act
=
np
.
random
.
rand
(
n_res
,
n_res
,
consts
.
c_z
)
*
10
pair_act
=
np
.
random
.
rand
(
n_res
,
n_res
,
consts
.
c_z
)
*
10
0
pair_mask
=
np
.
random
.
randint
(
low
=
0
,
high
=
2
,
size
=
(
n_res
,
n_res
))
# Fetch pretrained parameters (but only from one block)]
...
...
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