Skip to content

Commit

Permalink
pass correct tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
JenniferHem committed Sep 3, 2024
1 parent c5810fc commit a064100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion molpipeline/estimators/chemprop/component_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ def __init__(
output_transform: UnscaleTransform | None = None,
):
super().__init__(
n_tasks * n_classes,
n_tasks,
input_dim,
hidden_dim,
n_layers,
Expand Down

0 comments on commit a064100

Please sign in to comment.