Y
Hacker News
new
|
ask
|
show
|
jobs
by
catoc
275 days ago
I was thinking the exact same thing: if you don’t change the weights, use identical “temperature” etc, the same prompt will yield the same output. Under the hood it’s still deterministic code running on a deterministic machine
1 comments
block_dagger
275 days ago
This is incorrect. Temperature would need to be zero to get same result.
link
jlawson
269 days ago
This is not correct. If the algorithm is deterministic and the random seed is the same, temperature can be anything and get the same result.
Same as using a seed to get the same map generated in Dwarf Fortress.
link
reverius42
267 days ago
Thanks for replying, this is what I thought as well.
link
catoc
274 days ago
You’re right - TIL
link