You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just wondering about the --seed command line argument...
What is the purpose of this argument? I can see that it gets used by torch.manual_seed, but is this supposed to allow you to get a deterministic image output when re-running with the same prompts for a given number of iterations?
I've tried re-running with the same seed number and get different image output so assume it's not expected to allow for deterministic output?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Just wondering about the --seed command line argument...
What is the purpose of this argument? I can see that it gets used by
torch.manual_seed
, but is this supposed to allow you to get a deterministic image output when re-running with the same prompts for a given number of iterations?I've tried re-running with the same seed number and get different image output so assume it's not expected to allow for deterministic output?
I'm a noob to pytorch so please excuse me!
Beta Was this translation helpful? Give feedback.
All reactions