From 0dbe2461c5b6a109a4aa4f2277f5ed280e1514f5 Mon Sep 17 00:00:00 2001 From: Rebecca Chen Date: Thu, 23 Sep 2021 16:44:00 -0700 Subject: [PATCH] Silence some pytype errors. PiperOrigin-RevId: 398607556 --- tensorflow_graphics/projects/gan/architectures_style_gan_v2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow_graphics/projects/gan/architectures_style_gan_v2.py b/tensorflow_graphics/projects/gan/architectures_style_gan_v2.py index 4eed2ff8e..ab0763bcf 100644 --- a/tensorflow_graphics/projects/gan/architectures_style_gan_v2.py +++ b/tensorflow_graphics/projects/gan/architectures_style_gan_v2.py @@ -85,7 +85,7 @@ def get_noise_dimensions( return noise_dimensions -def _create_noise_inputs(num_upsampling_blocks: int) -> List[tf.keras.Input]: +def _create_noise_inputs(num_upsampling_blocks: int) -> List[tf.keras.Input]: # pytype: disable=invalid-annotation # typed-keras """Creates the noise input layers.""" noise_dimensions = get_noise_dimensions(num_upsampling_blocks) noise_inputs = [