Make the following changes in "basic_model.py" and "tech_ind_model.py" : FROM from tensorflow import set_random_seed set_random_seed(4) TO import tensorflow tensorflow.random.set_seed(4)