Skip to content

Commit

Permalink
remove_unused_columns=None
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanLee97 committed Sep 30, 2024
1 parent 228ae65 commit a07f045
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions angle_emb/angle.py
Original file line number Diff line number Diff line change
Expand Up @@ -1545,6 +1545,7 @@ def fit(self,
save_total_limit=save_total_limit,
load_best_model_at_end=False,
ddp_find_unused_parameters=False if self.gpu_count > 1 else None,
remove_unused_columns=False,
**argument_kwargs,
),
callbacks=callbacks,
Expand Down

0 comments on commit a07f045

Please sign in to comment.