import random
import numpy as np
import tensorflow as tf
seed = 123
random.seed(seed)
np.random.seed(seed)
tf.random.set_seed(seed)
For further actions, you may consider blocking this person and/or reporting abuse
import random
import numpy as np
import tensorflow as tf
seed = 123
random.seed(seed)
np.random.seed(seed)
tf.random.set_seed(seed)
For further actions, you may consider blocking this person and/or reporting abuse
arminbro -
Rashedul Islam Rajj -
Heru Hartanto -
Chris -
Top comments (0)