More large resources
parent
cd7b62dba8
commit
f508c0e47b
|
@ -46,6 +46,8 @@ import java.util.concurrent.CountDownLatch;
|
|||
public class RandomTests extends BaseDL4JTest {
|
||||
|
||||
@Test
|
||||
@Tag(TagNames.LARGE_RESOURCES)
|
||||
@Tag(TagNames.LONG_TEST)
|
||||
public void testReproduce() throws Exception {
|
||||
|
||||
final MultiLayerConfiguration conf = new NeuralNetConfiguration.Builder().updater(new RmsProp())
|
||||
|
|
|
@ -292,6 +292,8 @@ public class TestComputationGraphNetwork extends BaseDL4JTest {
|
|||
}
|
||||
|
||||
@Test
|
||||
@Tag(TagNames.LARGE_RESOURCES)
|
||||
@Tag(TagNames.LONG_TEST)
|
||||
public void testIrisFit() {
|
||||
|
||||
ComputationGraphConfiguration configuration = getIrisGraphConfiguration();
|
||||
|
@ -1267,6 +1269,8 @@ public class TestComputationGraphNetwork extends BaseDL4JTest {
|
|||
}
|
||||
|
||||
@Test
|
||||
@Tag(TagNames.LONG_TEST)
|
||||
@Tag(TagNames.LARGE_RESOURCES)
|
||||
public void testEpochCounter() throws Exception {
|
||||
|
||||
ComputationGraphConfiguration conf = new NeuralNetConfiguration.Builder()
|
||||
|
@ -1304,6 +1308,8 @@ public class TestComputationGraphNetwork extends BaseDL4JTest {
|
|||
}
|
||||
|
||||
@Test
|
||||
@Tag(TagNames.LONG_TEST)
|
||||
@Tag(TagNames.LARGE_RESOURCES)
|
||||
public void testSummary() {
|
||||
int V_WIDTH = 130;
|
||||
int V_HEIGHT = 130;
|
||||
|
|
|
@ -502,6 +502,8 @@ class BatchNormalizationTest extends BaseDL4JTest {
|
|||
|
||||
@Test
|
||||
@DisplayName("Check Mean Variance Estimate CNN Compare Modes")
|
||||
@Tag(TagNames.LONG_TEST)
|
||||
@Tag(TagNames.LARGE_RESOURCES)
|
||||
void checkMeanVarianceEstimateCNNCompareModes() throws Exception {
|
||||
Nd4j.getRandom().setSeed(12345);
|
||||
// Check that the internal global mean/variance estimate is approximately correct
|
||||
|
|
Loading…
Reference in New Issue