Skip to content

Commit

Permalink
docs: update train method docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapentyala committed Aug 30, 2023
1 parent 03c0161 commit a41483c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clusterer/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ def train(self, train_data: TripletDataset, batch_size : int, n_epochs : int, le
batch_size (int)
n_epochs (int)
learning_rate (float)
frozen (int) : Number of layers upto which parameters are to be froze. defaults to 250
Returns:
None
Expand Down

0 comments on commit a41483c

Please sign in to comment.