framework-reproducibility icon indicating copy to clipboard operation
framework-reproducibility copied to clipboard

Model not deterministic/reproducible with all seeds set and os.environ['TF_DETERMINISTIC_OPS'] = '1'

Open stevenwong951028 opened this issue 3 years ago • 0 comments

in reference of this kaggle notebook i've written this notebook to try transfer learning through multiple datasets.

through multiple soft runs on the notebook, I came to found out that I can't get deterministic/reproducible model out of it.

Weird thing is, with the same virtual-environment, I can get deterministic/reproducible from a plain CNN-MNIST code.

Spent a week on researching and can't find the solution. Any guidance or suggestions are much appreciated.

colab code for reproducing the errors (dataset download and extractions included within) my virtual environment

p.s. link duplication from issue44414 as I think this issue should be mentioned here

stevenwong951028 avatar Oct 31 '20 06:10 stevenwong951028