Update README.md
Browse files
README.md
CHANGED
|
@@ -61,7 +61,7 @@ The paper is is available on [Arxiv](https://arxiv.org/abs/2308.08058). If you u
|
|
| 61 |
}
|
| 62 |
```
|
| 63 |
### Sample Dataloading Code
|
| 64 |
-
Hugging
|
| 65 |
```
|
| 66 |
from datasets import load_dataset, Image
|
| 67 |
from io import BytesIO
|
|
|
|
| 61 |
}
|
| 62 |
```
|
| 63 |
### Sample Dataloading Code
|
| 64 |
+
Hugging Face by default has difficulty loading multi-channel TIFFs. This snippet shows an example of how to load the dataset. It is _highly_ recommended to enable `streaming` through the Hugging Face API.
|
| 65 |
```
|
| 66 |
from datasets import load_dataset, Image
|
| 67 |
from io import BytesIO
|