Unverified Commit 927e31aa authored by Arjun Karpur's avatar Arjun Karpur Committed by GitHub
Browse files

Merged commit includes the following changes: (#10058)



378492389  by Andre Araujo:

    Internal change

--
369671840  by Andre Araujo:

    Cleanup after recent PRs in DELF github repo.

--
360692342  by Andre Araujo:

    Replace direct TF app import with absl::app.
    (1) TF::app is deprecated
    (2) direct TF import is discouraged. go/gpylint-faq#g-direct-tensorflow-import

--
359157762  by Andre Araujo:

    Internal change

--

PiperOrigin-RevId: 378492389
Co-authored-by: default avatarAndre Araujo <andrearaujo@google.com>
parent 520d7271
......@@ -37,7 +37,7 @@ class DelgTest(tf.test.TestCase, parameterized.TestCase):
batch_size = 2
input_shape = (batch_size, image_size, image_size, 3)
local_feature_dim = 64
feature_map_size = image_size // 16 # reduction factor for resnet50.
feature_map_size = image_size // 16 # reduction factor for resnet50.
if block3_strides:
feature_map_size //= 2
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment