Skip to content

Commit

Permalink
CPU and GPU trainings.
Browse files Browse the repository at this point in the history
  • Loading branch information
knc6 committed Apr 28, 2024
1 parent 114cc9e commit 6b11030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alignn/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def train_dgl(
standard_scalar_and_pca=config.standard_scalar_and_pca,
keep_data_order=config.keep_data_order,
output_dir=config.output_dir,
use_ddp=use_ddp,
# use_ddp=use_ddp,
)
else:
train_loader = train_val_test_loaders[0]
Expand Down

0 comments on commit 6b11030

Please sign in to comment.