Diffusers
Safetensors
harveymannering commited on
Commit
fa80ebb
·
verified ·
1 Parent(s): cc1ec73

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -100,4 +100,6 @@ for i, ax in enumerate(axes):
100
  ax.imshow(samples[i,0].cpu().numpy(), cmap="gray")
101
  ax.axis("off")
102
  plt.show()
103
- ```
 
 
 
100
  ax.imshow(samples[i,0].cpu().numpy(), cmap="gray")
101
  ax.axis("off")
102
  plt.show()
103
+ ```
104
+
105
+ The full training and inference code can be found at https://github.com/harveymannering/boilerplate_code/blob/main/ddpm.ipynb.