Update GradientSharingTrainingTest.java
parent
7c7f9db097
commit
bb167e1986
deeplearning4j/deeplearning4j-scaleout/spark/dl4j-spark-parameterserver/src/test/java/org/deeplearning4j/spark/parameterserver/train
|
@ -85,6 +85,7 @@ public class GradientSharingTrainingTest extends BaseSparkTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Disabled
|
||||||
public void trainSanityCheck(@TempDir Path testDir) throws Exception {
|
public void trainSanityCheck(@TempDir Path testDir) throws Exception {
|
||||||
|
|
||||||
for(boolean mds : new boolean[]{false, true}) {
|
for(boolean mds : new boolean[]{false, true}) {
|
||||||
|
|
Loading…
Reference in New Issue