From 1e11a801044784d1b9cefb0e8c38f1bc5f13a11e Mon Sep 17 00:00:00 2001 From: Adrish Dey Date: Sun, 25 Aug 2019 00:40:44 +0530 Subject: [PATCH] Update README.md --- E3_Distill_ESRGAN/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/E3_Distill_ESRGAN/README.md b/E3_Distill_ESRGAN/README.md index 6800953..9931ac3 100644 --- a/E3_Distill_ESRGAN/README.md +++ b/E3_Distill_ESRGAN/README.md @@ -55,14 +55,14 @@ Specifically, Trained Saved Model and TF Lite File ----------------------------------------- -#### Input Specification of the Saved Model +#### Specification of the Saved Model Input Dimension: `[None, 180, 320, 3]` Input Data Type: `Float32` Output Dimension: `[None, 180, 320, 3]` -#### Input Specification of TF Lite +#### Specification of TF Lite Input Dimension: `[1, 180, 320, 3]` Input Data Type: `Float32`