Skip to content

Commit

Permalink
fixed devices
Browse files Browse the repository at this point in the history
  • Loading branch information
ilsenatorov committed Aug 16, 2024
1 parent bf48266 commit 6b10de7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion smtb/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def train(config: argparse.Namespace):

# define the Trainer and it's most important arguments
trainer = Trainer(
devices=-1,
max_epochs=config.max_epoch,
callbacks=callbacks,
logger=logger,
Expand Down

0 comments on commit 6b10de7

Please sign in to comment.