Commit 6c5cd945 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Make triangular attention test even more sensitive

parent 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) * 10
pair_act = np.random.rand(n_res, n_res, consts.c_z) * 100
pair_mask = np.random.randint(low=0, high=2, size=(n_res, n_res))
# Fetch pretrained parameters (but only from one block)]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment