Skip to content

Commit

Permalink
Minor doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Geneva committed Oct 28, 2021
1 parent 3d771f5 commit 0df5160
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trphysx/utils/trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def get_train_dataloader(self, train_dataset: Dataset = None) -> DataLoader:
Args:
train_dataset (Dataset, optional): Optional training dataset. If none is provided,
the class training data will be used. Defaults to None.
the class training data will be used. Defaults to None.
Raises:
ValueError: If both the dataset parameter and class dataset have not been provided
Expand Down Expand Up @@ -129,7 +129,7 @@ def get_eval_dataloader(self, eval_dataset: Dataset = None) -> DataLoader:
Args:
eval_dataset (Dataset, optional): Optional eval dataset. If none is provided,
the class eval data will be used. Defaults to None.
the class eval data will be used. Defaults to None.
Raises:
ValueError: If both the dataset parameter and class dataset have not been provided
Expand Down

0 comments on commit 0df5160

Please sign in to comment.