From 1898bd68815b957de2c1b75755f02d84c7e11504 Mon Sep 17 00:00:00 2001 From: Colombo Date: Wed, 26 Feb 2020 23:50:42 +0400 Subject: [PATCH] _ --- core/leras/nn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/leras/nn.py b/core/leras/nn.py index c5ba9cf..7cb862f 100644 --- a/core/leras/nn.py +++ b/core/leras/nn.py @@ -53,7 +53,7 @@ class nn(): tf_concat = None tf_gelu = None tf_upsample2d = None - tf_upsample2d_bilinear = None + tf_resize2d_bilinear = None tf_flatten = None tf_max_pool = None tf_reshape_4D = None