Skip to content

Commit

Permalink
fix: add output_dim as an argument
Browse files Browse the repository at this point in the history
  • Loading branch information
macwiatrak committed Feb 1, 2025
1 parent 1348c13 commit c3d3b2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bactgraph/modeling/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def __init__(self):
test: bool = False
input_dim: int = 480
hidden_dim: int = 480
output_dim: int = 1
num_layers: int = 3
num_heads: int = 4
dropout: float = 0.2
Expand Down

0 comments on commit c3d3b2e

Please sign in to comment.