formatting fix

This commit is contained in:
viotemp1
2025-03-25 19:16:08 +02:00
parent 276ef6cdde
commit fcd0c1d606

View File

@@ -255,7 +255,7 @@ class HyperOptimizer:
# noinspection PyProtectedMember
attr.value = params_dict[attr_name]
def generate_optimizer(self, raw_params: dict[str, Any]) -> dict[str, Any]: # list[Any]
def generate_optimizer(self, raw_params: dict[str, Any]) -> dict[str, Any]: # list[Any]
"""
Used Optimize function.
Called once per epoch to optimize whatever is configured.