We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4af9b29 commit 6ad0458Copy full SHA for 6ad0458
examples/memtest.py
@@ -67,7 +67,7 @@
67
68
trainer = Trainer(
69
model=model,
70
- device="cuda:0", # or "cpu"
+ device="cpu", # or "cpu"
71
metrics=["pr_auc", "roc_auc", "accuracy", "f1"],
72
)
73
0 commit comments