ZhihaoWu99/IMvGCN

About standard deviation

Closed this issue · 1 comments

While i fixed seed, there are still has standard deviation, could you tell me how to adress this problem?

Actually, the fixed seed is to ensure generating same sequence of random numbers. If you need to fix the random number for each run, you can fix the seed in the function train in train.py.