zhengye1995 / Tianchi-2019-Guangdong-Intelligent-identification-of-cloth-defects-rank5

天池2019广东工业智造创新大赛 布匹疵点检测 天池水也太深了 季军解决方案
403 stars 142 forks source link

random seed #2

Closed bxhandhxb closed 4 years ago

bxhandhxb commented 4 years ago

hi Thanks for your generous sharing very much. I find the seed of your code is random. Does it have no influence on your results?

zhengye1995 commented 4 years ago

Yes, I do not set the seed in my code and you can set is by add '--seed' when training. It should be a little influence on my results, but will not be very large beacause I found a interesting thing that the dataloader load order is same in every epoch, so I guess this will not infuence results so much.

zhengye1995 commented 4 years ago

The sampling order is deterministic when using distributed training, so it will not influence results very much.

bxhandhxb commented 4 years ago

thx~