Torch.manual_seed(3407) 即所需一切:随机种子在计算机视觉深度学习架构中的影响
计算机视觉与模式识别
2023-05-15 v2
摘要
在本文中,我研究了在使用流行的计算机视觉深度学习架构时,随机种子选择对准确率的影响。我在 CIFAR 10 上扫描了大量种子(多达 ),并在 ImageNet 上使用预训练模型扫描了较少种子以研究大规模数据集。结论是,即使方差不是很大,也惊人地容易找到一个远好于或远差于平均水平的离群值。
引用
@article{arxiv.2109.08203,
title = {Torch.manual_seed(3407) is all you need: On the influence of random seeds in deep learning architectures for computer vision},
author = {David Picard},
journal= {arXiv preprint arXiv:2109.08203},
year = {2023}
}
备注
fixed typos