We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7c838e + 123e55e commit 1a13718Copy full SHA for 1a13718
1 file changed
chebai/trainer/CustomTrainer.py
@@ -25,7 +25,7 @@ def __init__(self, *args, **kwargs):
25
"""
26
self.init_args = args
27
self.init_kwargs = kwargs
28
- super().__init__(*args, **kwargs)
+ super().__init__(*args, **kwargs, deterministic=True)
29
# instantiation custom logger connector
30
self._logger_connector.on_trainer_init(self.logger, 1)
31
# log additional hyperparameters to wandb
0 commit comments