Skip to content

Commit

Permalink
use device correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
wsad1 committed Sep 2, 2024
1 parent b91cf67 commit d9da5eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pt_tmp/exp_version_manager.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
classification: 13
classification: 15
1 change: 1 addition & 0 deletions benchmark/pytorch_tabular_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def train_tabular_model() -> float:
auto_lr_find=False,
batch_size=args.batch_size,
max_epochs=args.epochs,
accelerator=str(device),
)

optimizer_config = OptimizerConfig()
Expand Down

0 comments on commit d9da5eb

Please sign in to comment.