I am trying to make a prediction of a time series using RNN and the problem is that as I am trying to tune the ( number of epochs and nodes) it gives me different results when I run them again would appreciate your help I tried this but it doesn't work
import numpy as np
import tensorflow as tf
import random as python_random
np.random.seed(123)
python_random.seed(123)
tf.random.set_random_seed(1234)