7 ms·
Is DALL-E deterministic, like if I type the same phrase it will always generate the same images?
by seestem 4y ago
Is DALL-E deterministic, like if I type the same phrase it will always generate the same images?
- bemmu 4y agoIt starts with noise, so you get a different result every time.
- seestem 4y agoThat's very cool.
- corysama 4y agoI’m general, most Deep Learning processes these days are non-deterministic because 1) they only care about statistical correctness 2) there are some speed advantages in ignoring the existence of race condition bugs if you don’t care about being deterministic
- seestem 4y agoAh! That makes sense. Thank you for the info.