More test tagging

master
agibsonccc 2021-03-26 13:19:20 +09:00
parent 0161038112
commit 8a30ca1367
2 changed files with 4 additions and 0 deletions

View File

@ -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()

View File

@ -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