FeTS-AI / Challenge

The repo for the FeTS Challenge
https://www.synapse.org/#!Synapse:syn28546456
48 stars 30 forks source link

Adding manual seed for reproducibility #97

Closed sarthakpati closed 3 years ago

sarthakpati commented 3 years ago

Dear Organizers,

You may consider adding these lines to the internal codes. I think that it is also good for comparing team results at the end of the challenge. But I am not sure that they are enough :)

torch.manual_seed(torch_manual_seed) torch.cuda.manual_seed_all(torch_manual_seed) torch.backends.cudnn.deterministic = True torch.backends.cudnn.benchmark = False

(maybe random_state can be fixed for train_test_split )

Best, Ece

Originally posted by @eceisik in https://github.com/FETS-AI/Challenge/discussions/80#discussioncomment-1004208

sarthakpati commented 3 years ago

Tagging @psfoley and @alexey-gruzdev