- We encore you to download the Seisbench data in advance:
- either the large dataset [s3.glicid.fr/nuts/seisbench-data.zip](https://s3.glicid.fr/nuts/seisbench-data.zip)(6 GB compressed, 29 GB uncompressed)
- or a smaller one [s3.glicid.fr/nuts/seisbench-data-small.zip](https://s3.glicid.fr/nuts/seisbench-data-small.zip)(1.5 GB compressed, 5 GB uncompressed)
- either the large dataset [s3.glicid.fr/nuts/seisbench-data.zip](https://s3.glicid.fr/nuts/seisbench-data.zip)(6 GB compressed, 29 GB uncompressed)
- or a smaller one [s3.glicid.fr/nuts/seisbench-data-small.zip](https://s3.glicid.fr/nuts/seisbench-data-small.zip)(1.5 GB compressed, 5 GB uncompressed)
Then unzip the archive and fill the `SEISBENCH_CACHE_ROOT` environment variable. You can check that the data are available like this:
```python
importos
...
...
@@ -54,6 +58,7 @@ data.metadata.head()
```
- Use of a dedicated GPU is not required by highly encouraged. You can check if you GPU is correctly detected by `pytorch` like this: