[Solved] Reproducibility: Where is the randomness coming in?

running a tabular model , was able to reproduce exact same validation loss and metrics using the random_seed() and placing random_seed(0,use_cuda=False ) before tabular_learner and also fit_one_cycle

many thanks to @Pomo , @rpcoelho and others

1 Like