Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jameschapman19 authored Mar 22, 2022
1 parent 2791446 commit 438fc30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Datasets are imported and built with the following syntax:

```python
import os
from multiviewdata.torchdatasets import XRMBDataset
from multiviewdata.torchdatasets import XRMB

my_dataset = XRMBDataset(root=os.getcwd(),download=True)
my_dataset = XRMB(root=os.getcwd(),download=True)
```

Datasets have somewhat standardised batches.
Expand Down

0 comments on commit 438fc30

Please sign in to comment.