Skip to content

Commit

Permalink
Backport PR #1639: Fix toalvi max_epochs (#1643)
Browse files Browse the repository at this point in the history
Co-authored-by: Valeh Valiollah Pour Amiri <[email protected]>
  • Loading branch information
meeseeksmachine and watiss authored Aug 20, 2022
1 parent 5ea15db commit 78e68bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scvi/model/_totalvi.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def __init__(

def train(
self,
max_epochs: Optional[int] = 400,
max_epochs: Optional[int] = None,
lr: float = 4e-3,
use_gpu: Optional[Union[str, int, bool]] = None,
train_size: float = 0.9,
Expand Down

0 comments on commit 78e68bb

Please sign in to comment.