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
80f968fe
Commit
80f968fe
authored
Dec 10, 2021
by
Gustaf Ahdritz
Browse files
Make triangle attention test more sensitive
parent
de91f011
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 @
80f968fe
...
...
@@ -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
)
pair_act
=
np
.
random
.
rand
(
n_res
,
n_res
,
consts
.
c_z
)
*
10
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