jbloom commited on
Commit
91eb4a4
·
1 Parent(s): 0b4f8df

update README with shape of test image

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -63,7 +63,7 @@ ds = dataset.with_format("np")
63
  Now you should be able to use the `ds` variable like:
64
 
65
  ```python
66
- ds["test"][0]["image"].shape # -> (TBD)
67
  ```
68
 
69
  Note of course that it will take a long time to download and convert the images in the local cache for the `full` dataset. Afterward, the usage should be quick as the files are memory-mapped from disk.
 
63
  Now you should be able to use the `ds` variable like:
64
 
65
  ```python
66
+ ds["test"][0]["image"].shape # -> (9, 2048, 2048)
67
  ```
68
 
69
  Note of course that it will take a long time to download and convert the images in the local cache for the `full` dataset. Afterward, the usage should be quick as the files are memory-mapped from disk.