Update README.md
Browse files
README.md
CHANGED
|
@@ -538,6 +538,7 @@ for batch in dataloader:
|
|
| 538 |
print(batch)
|
| 539 |
break
|
| 540 |
```
|
|
|
|
| 541 |
<details>
|
| 542 |
<summary>Output</summary>
|
| 543 |
|
|
@@ -643,6 +644,7 @@ for batch in dataloader:
|
|
| 643 |
'metrics.vacuum_well': tensor([-0.0216, -0.0756, -0.1321, -0.2297])}
|
| 644 |
```
|
| 645 |
</details>
|
|
|
|
| 646 |
|
| 647 |
### Advanced Usage
|
| 648 |
For functionality around computation, manipulation and visualization of data contained in this dataset, install `constellaration` from [here](https://github.com/proximafusion/constellaration).
|
|
|
|
| 538 |
print(batch)
|
| 539 |
break
|
| 540 |
```
|
| 541 |
+
<div style="margin-left: 1em;">
|
| 542 |
<details>
|
| 543 |
<summary>Output</summary>
|
| 544 |
|
|
|
|
| 644 |
'metrics.vacuum_well': tensor([-0.0216, -0.0756, -0.1321, -0.2297])}
|
| 645 |
```
|
| 646 |
</details>
|
| 647 |
+
</div>
|
| 648 |
|
| 649 |
### Advanced Usage
|
| 650 |
For functionality around computation, manipulation and visualization of data contained in this dataset, install `constellaration` from [here](https://github.com/proximafusion/constellaration).
|