Skip to content

Commit

Permalink
Update documentation for dataloader_args
Browse files Browse the repository at this point in the history
  • Loading branch information
schobbejak committed May 16, 2024
1 parent eb1c207 commit a571cdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions epochalyst/pipeline/model/training/torch_trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class TorchTrainer(TrainingBlock):
- `model_name` (str): Name of the model
- `n_folds` (float): Number of folds for cross validation (0 for train full,
- `fold` (int): Fold number
- `dataloader_args (dict): Arguments for the dataloader`
Methods
-------
Expand Down

0 comments on commit a571cdc

Please sign in to comment.