diff --git a/sksfa/_hsfa.py b/sksfa/_hsfa.py index b501b0c..0566770 100644 --- a/sksfa/_hsfa.py +++ b/sksfa/_hsfa.py @@ -266,6 +266,7 @@ def summary(self): print(f"\toutput shape: \t\t{output_shape + (n_components,)}") print(f"Final Layer:") print("\tfully connected") + print(f"\texpansion degree \t{self.final_degree}") print(f"\toutput shape \t\t({self.n_components},)") print() print()