Set seed in R numpy and torch
To ensure consistent results, a seed has to be set in R using set.seed as usual but also in numpy and torch via reticulate. Therefore this function simplifies the process into one funciton.
set_seed(seed_R, seed_np = seed_R, seed_torch = seed_R)
seed_R |
( |
seed_np |
( |
seed_torch |
( |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.