We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 776282c commit adff1caCopy full SHA for adff1ca
1 file changed
tests/models/autoencoders/test_models_autoencoder_kl.py
@@ -47,6 +47,10 @@ class AutoencoderKLTesterConfig(BaseModelTesterConfig):
47
def model_class(self):
48
return AutoencoderKL
49
50
+ @property
51
+ def main_input_name(self) -> str:
52
+ return "sample"
53
+
54
@property
55
def output_shape(self):
56
return (3, 32, 32)
0 commit comments