Skip to content

Commit

Permalink
Add dropout arg to docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
anwai98 committed Oct 1, 2024
1 parent c22c3ea commit 2940b87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions micro_sam/models/peft_sam.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ class FacTSurgery(nn.Module):
Args:
rank: The rank of the decomposition matrices for updating weights in each attention layer.
block: The chosen attention blocks for implementing fact.
dropout: The dropout rate for dropout layers.
"""
def __init__(
self,
Expand Down

0 comments on commit 2940b87

Please sign in to comment.