Skip to content

Commit

Permalink
Removed old docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mkranzlein committed Sep 27, 2023
1 parent dc03395 commit 7379fc1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hipool/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def evaluate(target, predicted):


def train_loop(data_loader, model, optimizer, device, overlap_len, scheduler=None):
'''optimized function for Hi-BERT'''

model.train()
t0 = time.time()
Expand Down

0 comments on commit 7379fc1

Please sign in to comment.