Unverified Commit 939ec17e authored by Denis's avatar Denis Committed by GitHub
Browse files

Probably nicer to specify dependency on tensorboard in the training example (#998)



tensorboard import in readme, otherwise accelerator.trackers[0] out of range
Co-authored-by: default avatarlukovnikov <lukovnikov@users.noreply.github.com>
parent eceeebdf
......@@ -7,7 +7,7 @@ Creating a training image set is [described in a different document](https://hug
Before running the scripts, make sure to install the library's training dependencies:
```bash
pip install diffusers[training] accelerate datasets
pip install diffusers[training] accelerate datasets tensorboard
```
And initialize an [🤗Accelerate](https://github.com/huggingface/accelerate/) environment with:
......
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