How to Get Reproducible Results (Keras, Tensorflow):
问题 To make the results reproducible I've red more than 20 articles and added to my script maximum of the functions ... but failed. In the official source I red there are 2 kinds of seeds - global and operational. May be, the key to solving my problem is setting the operational seed, but I don't understand where to apply it. Would you, please, help me to achieve reproducible results with tensorflow (version > 2.0)? Thank you very much. from keras.models import Sequential from keras.layers import