Explorar el Código

Update FarSeg unittest

Bobholamovic hace 2 años
padre
commit
e0497a0ceb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tests/rs_models/test_seg_models.py

+ 1 - 1
tests/rs_models/test_seg_models.py

@@ -50,7 +50,7 @@ class TestFarSegModel(TestSegModel):
 
     def set_specs(self):
         self.specs = [
-            dict(), dict(num_classes=20), dict(encoder_pretrained=False),
+            dict(), dict(num_classes=20), dict(pretrained_encoder=False),
             dict(in_channels=10)
         ]