Working on a project using Tensorflow. However, I can\'t seem to reproduce my results.
I have tried setting the graph level seed, numpy random seed and even operation le
Cool, that you want to make your results reproducible! However, there are many things to note here:
I call a paper reproducible if one can obtain exactly the same numbers as found in the paper by executing exactly the same steps. This means if one had access to the same environment, the same software, hardware and data, one would be able to get the same results. In contrast, a paper is called replicatable if one can achieve the same results if one only follows the textual description in the paper. Hence replicability is harder to achieve, but also a more powerful indicator of the quality of the paper
You want to achieve that the training results on a bit-wise identical model. The holy grail would be to write your paper in a way that if people ONLY have the paper, they can still confirm your results.
Please also note that in many important papers results are practically impossible to reproduce:
If that is a problem, depends very much on the context. As a comparison, think of CERN / LHC: It is impossible to have completely identical experiments. Only very few institutions on earth have the instruments to check the results. Still it is not a problem. So ask your advisor / people who have already published in that journal / conference.
This is super hard. I think the following is helpful:
It seems to me that you already do the important things:
numpy
, tensorflow
, random
, ...Please note that there might be factors out of your control: