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
Still, the results are not deterministic.
Just wondering — is this expected behavior? Or are there any additional steps needed to fully control randomness in your code?
Thanks again for your great work!
Hi, thank you for sharing the code for VideoSAGE — really appreciate your contribution!
I noticed that the results vary across different runs, even when I fix all random seeds. I added the following function to control randomness:
def seed_torch(seed=1029):
import os, random, numpy as np
import torch
Still, the results are not deterministic.
Just wondering — is this expected behavior? Or are there any additional steps needed to fully control randomness in your code?
Thanks again for your great work!
Best regards,
ruifanzhao