More test tagging
parent
0161038112
commit
8a30ca1367
|
@ -599,6 +599,8 @@ public class TestComputationGraphNetwork extends BaseDL4JTest {
|
|||
}
|
||||
|
||||
@Test
|
||||
@Tag(TagNames.LONG_TEST)
|
||||
@Tag(TagNames.LARGE_RESOURCES)
|
||||
public void testPreTraining() {
|
||||
ComputationGraphConfiguration conf =
|
||||
new NeuralNetConfiguration.Builder()
|
||||
|
|
|
@ -74,6 +74,8 @@ import static org.junit.jupiter.api.Assertions.assertThrows;
|
|||
@DisplayName("Convolution Layer Test")
|
||||
@NativeTag
|
||||
@Tag(TagNames.DL4J_OLD_API)
|
||||
@Tag(TagNames.LARGE_RESOURCES)
|
||||
@Tag(TagNames.LONG_TEST)
|
||||
class ConvolutionLayerTest extends BaseDL4JTest {
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue