We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61a5496 commit e97ce92Copy full SHA for e97ce92
tests/models/base.py
@@ -50,7 +50,3 @@ def test_forward_backward(self):
50
51
# check backward pass
52
output.mean().backward()
53
-
54
- def test_encoder_params_are_set(self):
55
- model = smp.create_model(arch=self.model_type)
56
- self.assertEqual(model.encoder.name, self.test_encoder_name)
0 commit comments