Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
segasai committed Jan 19, 2025
1 parent 24d8c22 commit 2a5e5aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/rvspecfit/nn/train_interpolator.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def main(args):

Tvecs0 = torch.FloatTensor(data=vecs)
Tdat0 = torch.as_tensor(dats)
batch_on_dev = args.batch_on_dev
batch_on_dev = args.batch_on_device

if not batch_on_dev:
Tvecs0 = Tvecs0.to(train_dev)
Expand Down

0 comments on commit 2a5e5aa

Please sign in to comment.