在训练之前,我设置了 seed = 7 ,np.random.seed(seed) 为何每次训练出的结果,准确率总会有一点点差异,这是为什么?
收起
一点点差异很正常,因为你的参数都是随机化的。
报告相同问题?