google-research / long-range-arena

Long Range Arena for Benchmarking Efficient Transformers
Apache License 2.0
710 stars 77 forks source link

Error in matching task #39

Open jnhwkim opened 3 years ago

jnhwkim commented 3 years ago

I assume that the 3rd matching task needs *DualEncoder for two inputs; however, lra_benchmarks.utils.train_utils:get_model() doesn't have that functionality. Am I missing something?