Skip to content
Snippets Groups Projects
Commit 1e34fe2b authored by Alexandre Chapin's avatar Alexandre Chapin :race_car:
Browse files

Find unused params

parent 6071d486
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ def main():
profiler="simple",
default_root_dir="./logs",
logger=WandbLogger(project="slot-att", offline=True) if args.wandb else None,
strategy="ddp" if num_gpus > 1 else "auto",
strategy="ddp_find_unused_parameters_true" if num_gpus > 1 else "auto",
callbacks=[checkpoint_callback, early_stopping],
log_every_n_steps=100,
val_check_interval=cfg["training"]["validate_every"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment