「view this page in B3 βῆτα server」

Revisions №61050

branch: master 「№61050」
Commited by: Jack Maguire
GitHub commit link: 「64dae26f31e6b62c」 「№4380」
Difference from previous tested commit:  code diff
Commit date: 2019-11-21 17:35:41

Merge pull request #4380 from RosettaCommons/JackMaguire/quietTF Reducing Noise in TF Tests The tensorflow integration tests are noisy when comparing output from different processors. This is an example from PR 4359's merge with master: ```diff < [DATESTAMP]: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX AVX2 FMA --- > [DATESTAMP]: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX AVX2 AVX512F FMA ``` This PR simply adds that line to the `ignore_list`

...