SigCGANs / Conditional-Sig-Wasserstein-GANs

125 stars 57 forks source link

seed parameter not used in evaluate_generator function (evaluate.py) #4

Open wissam124 opened 4 years ago

wissam124 commented 4 years ago

Hi,

I have noticed that regardless of whatever seed is passed to the function evaluate_generator, the torch seed is set to 0 on line 72.

Baoren1996 commented 2 years ago

Hi,

I have noticed that regardless of whatever seed is passed to the function evaluate_generator, the torch seed is set to 0 on line 72.

Yes, you are correct, we will modify that part.