Skip to content

Commit

Permalink
Use inferred compute config in Clifford
Browse files Browse the repository at this point in the history
  • Loading branch information
hlinander committed May 26, 2024
1 parent aa6c785 commit a3ec15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiments/clifford/clifford.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def reg_loss(outputs, batch):
)
train_eval = create_regression_metrics(torch.nn.functional.l1_loss, None)
train_run = TrainRun(
compute_config=ComputeConfig(distributed=False, num_workers=10),
compute_config=ComputeConfig(),
train_config=train_config,
train_eval=train_eval,
epochs=200,
Expand Down

0 comments on commit a3ec15b

Please sign in to comment.