Skip to content

Commit

Permalink
delete unnecessary parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
tsugumi-sys committed Jan 15, 2024
1 parent 9883b9e commit 0d8ff33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pipelines/trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

class TrainingParams(TypedDict):
epochs: int
batch_size: int
loss_criterion: nn.Module
accuracy_criterion: nn.Module
optimizer: nn.Module
Expand Down

0 comments on commit 0d8ff33

Please sign in to comment.