anonuser7251
commited on
Commit
•
e1df46a
1
Parent(s):
246fca2
Update readme
Browse files
README.md
CHANGED
@@ -115,9 +115,5 @@ dataset = load_dataset("AstroCompress/GBI-16-2D-Legacy", "tiny", writer_batch_si
|
|
115 |
ds = dataset.with_format("np")
|
116 |
```
|
117 |
|
118 |
-
|
119 |
-
## Demo Colab Notebook
|
120 |
-
We provide a demo collab notebook to get started on using the dataset [here](https://colab.research.google.com/drive/1SuFBPZiYZg9LH4pqypc_v8Sp99lShJqZ?usp=sharing).
|
121 |
-
|
122 |
## Utils scripts
|
123 |
-
Note that utils scripts such as `eval_baselines.py` must be run from the parent directory of `utils`, i.e. `python utils/eval_baselines.py`.
|
|
|
115 |
ds = dataset.with_format("np")
|
116 |
```
|
117 |
|
|
|
|
|
|
|
|
|
118 |
## Utils scripts
|
119 |
+
Note that utils scripts such as `eval_baselines.py` must be run from the parent directory of `utils`, i.e. `python utils/eval_baselines.py`.
|