Skip to content

Commit

Permalink
GH-3429: Rename parameter group
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffpicard committed Oct 29, 2024
1 parent 80457dc commit eb6f5b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions flair/trainers/trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def train(
create_file_logs: bool = True,
create_loss_file: bool = True,
write_weights: bool = False,
# scaling
# acceleration
multi_gpu: bool = False,
# plugins
plugins: Optional[List[TrainerPlugin]] = None,
Expand Down Expand Up @@ -243,7 +243,7 @@ def fine_tune(
create_file_logs: bool = True,
create_loss_file: bool = True,
write_weights: bool = False,
# scaling
# acceleration
use_amp: bool = False,
multi_gpu: bool = False,
# plugins
Expand Down Expand Up @@ -294,7 +294,7 @@ def fine_tune(
create_file_logs=create_file_logs,
create_loss_file=create_loss_file,
write_weights=write_weights,
# scaling
# acceleration
use_amp=use_amp,
multi_gpu=multi_gpu,
# plugins
Expand Down Expand Up @@ -339,7 +339,7 @@ def train_custom(
create_file_logs: bool = True,
create_loss_file: bool = True,
write_weights: bool = False,
# scaling
# acceleration
use_amp: bool = False,
multi_gpu: bool = False,
# plugins
Expand Down

0 comments on commit eb6f5b0

Please sign in to comment.