Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -121,7 +121,7 @@ plot(timestamp, data)
|
|
121 |
<img src="https://huggingface.co/datasets/oxai4science/sdoml-lite/resolve/main/assets/usage_example_1.png">
|
122 |
</div>
|
123 |
|
124 |
-
|
125 |
|
126 |
```python
|
127 |
import torch
|
|
|
121 |
<img src="https://huggingface.co/datasets/oxai4science/sdoml-lite/resolve/main/assets/usage_example_1.png">
|
122 |
</div>
|
123 |
|
124 |
+
The following is another example showing how to put together a minimal PyTorch dataset and dataloader to train with SDOML-lite.
|
125 |
|
126 |
```python
|
127 |
import torch
|