"docs/git@developer.sourcefind.cn:hehl2/torchaudio.git" did not exist on "793ff00b96db579e65a20a61fd14b05f23e301c1"
Commit 32867f40 authored by Zihan Wang's avatar Zihan Wang
Browse files

add empty line

parent d75ec8ba
...@@ -24,6 +24,7 @@ from official.projects.longformer.longformer_encoder import LongformerEncoder ...@@ -24,6 +24,7 @@ from official.projects.longformer.longformer_encoder import LongformerEncoder
@keras_parameterized.run_all_keras_modes @keras_parameterized.run_all_keras_modes
class LongformerEncoderTest(keras_parameterized.TestCase): class LongformerEncoderTest(keras_parameterized.TestCase):
@combinations.generate(combinations.combine( @combinations.generate(combinations.combine(
attention_window=[32, 128], global_attention_size=[0, 1, 2])) attention_window=[32, 128], global_attention_size=[0, 1, 2]))
def test_encoder(self, attention_window, global_attention_size): def test_encoder(self, attention_window, global_attention_size):
......
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