Add XLNet to zoo model ignores (#54)

* ignore xlnet

Signed-off-by: Ryan Nett <rnett@skymind.io>

* comment

Signed-off-by: Ryan Nett <rnett@skymind.io>
master
Ryan Nett 2019-07-10 15:31:49 -07:00 committed by AlexDBlack
parent d7c261ec40
commit 027d4d2a47
1 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,8 @@ public class TFGraphTestZooModels { //Note: Can't extend BaseNd4jTest here as we
public static final String[] IGNORE_REGEXES = {
//2019/07/10 - Libnd4j assign error - https://github.com/eclipse/deeplearning4j/issues/8002
"xlnet_cased_L-24_H-1024_A-16",
//2019/06/28 - Output incorrect, can't debug b/c https://github.com/eclipse/deeplearning4j/issues/7957
"cifar10_gan_85",