Skip to content

Commit

Permalink
undo device change
Browse files Browse the repository at this point in the history
  • Loading branch information
dorien-er committed Dec 18, 2024
1 parent ef1f356 commit 856187d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/integrate/scvi/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,7 @@ def main():
early_stopping_min_delta=par["early_stopping_min_delta"],
plan_kwargs=plan_kwargs,
check_val_every_n_epoch=1,
accelerator="cpu",
devices="auto",
accelerator="auto",
)
# Note: train_size=1.0 should give better results, but then can't do early_stopping on validation set

Expand Down

0 comments on commit 856187d

Please sign in to comment.