Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #102 from FirasGit/master
Browse files Browse the repository at this point in the history
Fixed Typo in README.md
  • Loading branch information
mibaumgartner authored May 18, 2020
2 parents fd3b79f + ad2500e commit d707953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Check out our [contributing guide](https://rising.readthedocs.io/en/latest/contr
Rising currently consists out of two main modules:

### `rising.loading`
The `Dataloader` of rising will be your new best friend because it handles all you transformations and applies them efficiently to the data either on CPU or GPU.
The `Dataloader` of rising will be your new best friend because it handles all your transformations and applies them efficiently to the data either on CPU or GPU.
On CPU you can easily switch between transformations which can only be performed per sample and transformations which can be applied per batch.
In contrast to the native PyTorch datasets you don't need to integrate your augmentation into your dataset.
Hence, the only purpose of the dataset is to provide an interface to access individual data samples.
Expand Down

0 comments on commit d707953

Please sign in to comment.