@@ -871,7 +871,7 @@ def get_offset(self) -> cebra.data.datatypes.Offset:
871871
872872
873873@register ("offset1-model-mse-tanh" )
874- class Offset0ModelMSE (_OffsetModel ):
874+ class Offset0ModelMSETanH (_OffsetModel ):
875875 """CEBRA model with a single sample receptive field, without output normalization."""
876876
877877 def __init__ (self , num_neurons , num_units , num_output , normalize = False ):
@@ -901,7 +901,7 @@ def get_offset(self) -> cebra.data.datatypes.Offset:
901901@parametrize ("offset1-model-mse-clip-{clip_min}-{clip_max}" ,
902902 clip_min = (1000 , 100 , 50 , 25 , 20 , 15 , 10 , 5 , 1 ),
903903 clip_max = (1000 , 100 , 50 , 25 , 20 , 15 , 10 , 5 , 1 ))
904- class Offset0ModelMSE (_OffsetModel ):
904+ class Offset0ModelMSEClip (_OffsetModel ):
905905 """CEBRA model with a single sample receptive field, without output normalization."""
906906
907907 def __init__ (self ,
@@ -942,7 +942,7 @@ def get_offset(self) -> cebra.data.datatypes.Offset:
942942@parametrize ("offset1-model-mse-v2-{n_intermediate_layers}layers{tanh}" ,
943943 n_intermediate_layers = (1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 , 9 , 10 ),
944944 tanh = ("-tanh" , "" ))
945- class Offset0Model (_OffsetModel ):
945+ class Offset0ModelMSETanHv2 (_OffsetModel ):
946946 """CEBRA model with a single sample receptive field, without output normalization."""
947947
948948 def __init__ (self ,
@@ -993,7 +993,7 @@ def get_offset(self) -> cebra.data.datatypes.Offset:
993993@parametrize ("offset1-model-mse-resnet-{n_intermediate_layers}layers{tanh}" ,
994994 n_intermediate_layers = (1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 , 9 , 10 ),
995995 tanh = ("-tanh" , "" ))
996- class Offset0Model (_OffsetModel ):
996+ class Offset0ModelResNetTanH (_OffsetModel ):
997997 """CEBRA model with a single sample receptive field, without output normalization."""
998998
999999 def __init__ (self ,
0 commit comments