Skip to content

Commit

Permalink
Add Hydra config for UnimodalLogitsHead prediction head
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanpainchaud committed Nov 1, 2023
1 parent 1520968 commit 151fb75
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
_target_: didactic.models.layers.UnimodalLogitsHead
_partial_: True
in_features: ${task.embed_dim}
backbone_distribution: binomial
tau: 1
tau_mode: learn_fn

0 comments on commit 151fb75

Please sign in to comment.