Skip to content

Commit

Permalink
fix typping
Browse files Browse the repository at this point in the history
  • Loading branch information
tsugumi-sys committed Jan 15, 2024
1 parent 0d8ff33 commit 7be8106
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/pipelines/test_experimenter.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ def test_run():
model = TestModel()
training_params: TrainingParams = {
"epochs": 1,
"batch_size": 1,
"loss_criterion": nn.MSELoss(),
"accuracy_criterion": nn.L1Loss(),
"optimizer": Adam(model.parameters(), lr=0.0005),
Expand Down

0 comments on commit 7be8106

Please sign in to comment.