Skip to content

Commit 7b4b05a

Browse files
committed
fix for config runner compatibility with DDP training
1 parent 1c6cfdb commit 7b4b05a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

catalyst/runners/config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,6 @@ def _get_model_from_params(**params) -> RunnerModel:
287287
model_key: ConfigRunner._get_model_from_params(**model_params)
288288
for model_key, model_params in params.items()
289289
}
290-
model = nn.ModuleDict(model)
291290
else:
292291
model = REGISTRY.get_from_params(**params)
293292
return model

0 commit comments

Comments
 (0)