[BUG] check_env_specs
shouldn't set torch.manual_seed
by default.
#1855
Labels
bug
Something isn't working
Describe the bug
Current default behaviour of
check_env_specs()
is to set the manual key to 0.I think this is dangerous as people might run this function after setting their own seed (at the beginning of
main()
, not realizing it's overwriting what they set before.Reason and Possible fixes
Set default argument of
seed
incheck_env_specs
toNone
.Checklist
The text was updated successfully, but these errors were encountered: