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
I try to run this line in a loop to automatically generate multiple videos with different source and driving data. I note that if I use a loop to run make_animation twice on the same input data, the result will be slightly different (something like 1e-5 or so). Is it because the model needs reset for each run, or it's just floating point error? If the model needs reset, how to do it? Thanks!
The text was updated successfully, but these errors were encountered:
I try to run this line in a loop to automatically generate multiple videos with different source and driving data. I note that if I use a loop to run
make_animation
twice on the same input data, the result will be slightly different (something like 1e-5 or so). Is it because the model needs reset for each run, or it's just floating point error? If the model needs reset, how to do it? Thanks!The text was updated successfully, but these errors were encountered: