Skip to content

Commit 4a2f042

Browse files
committed
updated.
1 parent 133ef08 commit 4a2f042

5 files changed

+12
-1
lines changed

examples/text_to_image/README.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,15 @@ export XLA_PYTHON_CLIENT_MEM_FRACTION=.80
7171
7272
srun python main.py --host0_address ${master_addr} --n_model_shards 8 --global_batch_size 40 --n_local_devices 8 --per_device_batch_size 10
7373
```
74-
The sharding can go cross multiple hosts, e.g., `--n_model_shards 16` if one has 2 (or more) nodes.
74+
The sharding can go cross multiple hosts, e.g., `--n_model_shards 16` if one has 2 (or more) nodes.
75+
76+
### Results
77+
78+
79+
| Training Data | Model Generation |
80+
|-------------------------------------------------------------------|------------------------------------------------------------------------------------|
81+
| a girl in a red dress with long brown hair | a man in the woods with a sword |
82+
| <img src="results/a_girl_in_a_red_dress_with_long_brown_hair.jpg" alt="drawing" width="500"/> | <img src="results/a_man_in_the_woods_with_a_sword.jpg" alt="drawing" width="500"/> |
83+
| a guy with a bandage on his face | a girl with long brown hair and blue eyes |
84+
| <img src="results/a_guy_with_a_bandage_on_his_face.jpg" alt="drawing" width="500"/> | <img src="results/a_girl_with_long_hair_and_a_green_jacket.jpg" alt="drawing" width="500"/> |
85+
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)