Skip to content

Commit

Permalink
ci-cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorgedavyd committed Jun 4, 2024
1 parent a32b155 commit 8df8c5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,7 @@ data: # Dataset arguments
from lightorch.training.cli import trainer

if __name__ == '__main__':
trainer(
matmul_precision = 'medium', # default
deterministic = True, # default for reproducibility
seed = 123, # default for reproducibility
)
trainer()
```
exec: `python3 -m training -c config.yaml`

Expand Down
2 changes: 1 addition & 1 deletion tests/test_supervised.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def test_supervised() -> None:
datamodule=DataModule,
valid_metrics="MSE",
datamodule_kwargs=dict(pin_memory=False, num_workers=1, batch_size=1),
directions=["minimize"],
directions="minimize",
precision="high",
n_trials=10,
trianer_kwargs=dict(fast_dev_run=True),
Expand Down

0 comments on commit 8df8c5d

Please sign in to comment.