From 7fea5f592ecddb2af12b051890a09c5931ffd4a5 Mon Sep 17 00:00:00 2001 From: Gabriel Rasskin Date: Thu, 21 Dec 2023 10:31:22 -0800 Subject: [PATCH] Internal change only PiperOrigin-RevId: 592897532 --- tf_keras/applications/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tf_keras/applications/BUILD b/tf_keras/applications/BUILD index 6cc8ab2e7..c57b7d4b0 100644 --- a/tf_keras/applications/BUILD +++ b/tf_keras/applications/BUILD @@ -53,7 +53,7 @@ py_library( tf_py_test( name = "applications_test", - size = "medium", + size = "large", srcs = ["applications_test.py"], shard_count = 50, tags = [