Relative Content

Tag Archive for pythontensorflowfloat32

Float32 to float16 conversion in python and how it impacts np.isclose’s atol

I am trying to compare each layer outputs of two ML models trained with different libs (tensorflow and a custom lighter one) that have the same valid performance in some sort of a “unitary test” and I have big differences in testing between float32 training and float16 training, even though the predicting performances are very similar.