Skip to content

Commit 939ec17

Browse files
authored
Probably nicer to specify dependency on tensorboard in the training example (huggingface#998)
tensorboard import in readme, otherwise accelerator.trackers[0] out of range Co-authored-by: lukovnikov <[email protected]>
1 parent eceeebd commit 939ec17

File tree

1 file changed

+1
-1
lines changed
  • examples/unconditional_image_generation

1 file changed

+1
-1
lines changed

examples/unconditional_image_generation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Creating a training image set is [described in a different document](https://hug
77
Before running the scripts, make sure to install the library's training dependencies:
88

99
```bash
10-
pip install diffusers[training] accelerate datasets
10+
pip install diffusers[training] accelerate datasets tensorboard
1111
```
1212

1313
And initialize an [🤗Accelerate](https://github.com/huggingface/accelerate/) environment with:

0 commit comments

Comments
 (0)