set_tf_seed: Set seed in R and TensorFlow at the same time

View source: R/mlp.R

set_tf_seedR Documentation

Set seed in R and TensorFlow at the same time

Description

Some Keras models requires seeds to be set in both R and TensorFlow to achieve reproducible results. This function sets these seeds at the same time using version appropriate functions.

Usage

set_tf_seed(seed)

Arguments

seed

1 integer value.


topepo/parsnip documentation built on April 16, 2024, 3:23 a.m.