update nc/sc
Browse files- README.md +1 -1
- quakeflow_nc +1 -1
- quakeflow_sc +1 -1
README.md
CHANGED
|
@@ -177,4 +177,4 @@ for batch in dataloader:
|
|
| 177 |
If you want to introduce new features in to labels, we recommend to make a copy of `CEED.py` and modify the `_generate_examples` method. Check [AI4EPS/EQNet](https://github.com/AI4EPS/EQNet/blob/master/eqnet/data/quakeflow_nc.py) for an example. To load the dataset with your modified script, specify the path to the script in `load_dataset` function:
|
| 178 |
```python
|
| 179 |
ceed = load_dataset("path/to/your/CEED.py", name="station_test", split="test", trust_remote_code=True)
|
| 180 |
-
```
|
|
|
|
| 177 |
If you want to introduce new features in to labels, we recommend to make a copy of `CEED.py` and modify the `_generate_examples` method. Check [AI4EPS/EQNet](https://github.com/AI4EPS/EQNet/blob/master/eqnet/data/quakeflow_nc.py) for an example. To load the dataset with your modified script, specify the path to the script in `load_dataset` function:
|
| 178 |
```python
|
| 179 |
ceed = load_dataset("path/to/your/CEED.py", name="station_test", split="test", trust_remote_code=True)
|
| 180 |
+
```
|
quakeflow_nc
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
Subproject commit
|
|
|
|
| 1 |
+
Subproject commit 27aa83602f7248a98fb7bd2988670eea938c5103
|
quakeflow_sc
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
Subproject commit
|
|
|
|
| 1 |
+
Subproject commit c68e7f2047a119cd2ec1167585c5e6aaf7aa54d0
|