Skip to content

Commit

Permalink
compacter test
Browse files Browse the repository at this point in the history
  • Loading branch information
hSterz committed Nov 14, 2023
1 parent dfb858f commit 4388ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests_adapters/methods/test_compacter.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def test_forward_compacter(self):

def test_forward_shared_phm_compacter(self):
model = self.get_model()
adapter_config = CompacterPlusPlusConfig(phm_dim=2, shared_W_phm=True, reduction_factor=8)
adapter_config = CompacterPlusPlusConfig(phm_dim=4, shared_W_phm=True, reduction_factor=4)
self.run_forward_test(model, adapter_config)

def test_load_compacter(self):
Expand Down

0 comments on commit 4388ff1

Please sign in to comment.