last tweak of readme

This commit is contained in:
Phil Wang
2022-04-22 14:16:43 -07:00
committed by GitHub
parent 976ef7f87c
commit a8b5d5d753

View File

@@ -485,6 +485,10 @@ with decoder.one_unet_in_gpu(2):
loss = decoder(images, unet_number = 2)
loss.backward()
with decoder.one_unet_in_gpu(3):
loss = decoder(images, unet_number = 3)
loss.backward()
# do the above for many steps for both unets
# then it will learn to generate images based on the CLIP image embeddings