Add ignore for known issue with non_max_suppression_v2/float16 test (#85)

Signed-off-by: AlexDBlack <blacka101@gmail.com>
master
Alex Black 2019-11-27 16:35:05 +11:00 committed by GitHub
parent a8dd6713aa
commit abd2017a0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -126,7 +126,10 @@ public class TFGraphTestAllSameDiff { //Note: Can't extend BaseNd4jTest here a
"fake_quant/min_max_args_per_channel.*",
// 2019/11/15 - failure https://github.com/eclipse/deeplearning4j/issues/8403
"resize_bilinear/int32.*"
"resize_bilinear/int32.*",
// Suggesting TF 1.15 bug - see https://github.com/eclipse/deeplearning4j/issues/8449
"non_max_suppression_v2/float16.*"
};
/* As per TFGraphTestList.printArraysDebugging - this field defines a set of regexes for test cases that should have