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
Usool -
Kaan Kaya -
Scrapfly -
TheGuildBot -
Top comments (0)