Skip to content

Commit

Permalink
Update train.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mzouink authored Feb 7, 2024
1 parent 6b4e17a commit 8af4f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dacapo/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
logger = logging.getLogger(__name__)


def train(run_name: str, compute_context: ComputeContext = LocalTorch(), force_cuda = False):
def train(run_name: str, compute_context: ComputeContext = LocalTorch()):
"""Train a run"""

if compute_context.train(run_name):
Expand Down

0 comments on commit 8af4f90

Please sign in to comment.