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
parent
d7c261ec40
commit
027d4d2a47
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue