Skip to content

Commit

Permalink
strategy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalIversen committed Dec 13, 2024
1 parent 56dc761 commit 7121036
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drevalpy/models/SimpleNeuralNetwork/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ def fit(
progress_bar,
],
default_root_dir=os.path.join(os.getcwd(), "nn_baseline_checkpoints/lightning_logs/" + name),
strategy="ddp_find_unused_parameters_true",
**trainer_params_copy,
)
if val_loader is None:
Expand Down

0 comments on commit 7121036

Please sign in to comment.