Unverified Commit f1ab955f authored by M. Tolga Cangöz's avatar M. Tolga Cangöz Committed by GitHub
Browse files

Update basic_training.mdx (#2639)

Add 'import os'
parent 9360bb94
...@@ -252,6 +252,7 @@ Then, you'll need a way to evaluate the model. For evaluation, you can use the [ ...@@ -252,6 +252,7 @@ Then, you'll need a way to evaluate the model. For evaluation, you can use the [
```py ```py
>>> from diffusers import DDPMPipeline >>> from diffusers import DDPMPipeline
>>> import math >>> import math
>>> import os
>>> def make_grid(images, rows, cols): >>> def make_grid(images, rows, cols):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment