Update README.md
Browse files
README.md
CHANGED
|
@@ -24,4 +24,7 @@ grid = make_grid(images, 8, 8)
|
|
| 24 |
plt.imshow(grid)
|
| 25 |
plt.axis('off')
|
| 26 |
plt.show()
|
| 27 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
plt.imshow(grid)
|
| 25 |
plt.axis('off')
|
| 26 |
plt.show()
|
| 27 |
+
```
|
| 28 |
+
<div>
|
| 29 |
+
<a href="https://colab.research.google.com/github/Youlixiya/ylcm/blob/master/scripts/unconditional_cm_cifar10_32_pipeline.ipynb"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"></a>
|
| 30 |
+
</div>
|