Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tongyao-zhu committed Feb 1, 2023
1 parent 8504163 commit cee42f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion generate_raw_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ def preprocess_function(examples):
range(len(train_dataset) // total_batch_size),
disable=not accelerator.is_local_main_process,
)
starting_epoch = 0

def helper_print(name, tensor):
# a function to help with debugging
Expand Down

0 comments on commit cee42f2

Please sign in to comment.