facebookresearch / deit

Official DeiT repository
Apache License 2.0
3.94k stars 547 forks source link

random.seed(seed) in line 205 is commented #236

Open Phuoc-Hoan-Le opened 8 months ago

Phuoc-Hoan-Le commented 8 months ago

Shouldn't random.seed(seed) in line 205 be uncommented instead to fix the seed?