From 5e7982529249294a86fcf69e2cbf4f6b1b44a8b9 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Fri, 10 Mar 2023 17:34:49 +0000 Subject: [PATCH] =?UTF-8?q?dlr:=20tf.Tensor=20=E2=86=92=20numpy=20array=20?= =?UTF-8?q?=E2=86=92=20list=20=20=E2=86=92=20json=20=E2=86=92=20disk?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aimodel/src/deeplabv3_plus_test_rainfall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aimodel/src/deeplabv3_plus_test_rainfall.py b/aimodel/src/deeplabv3_plus_test_rainfall.py index 9973c87..7b1448c 100755 --- a/aimodel/src/deeplabv3_plus_test_rainfall.py +++ b/aimodel/src/deeplabv3_plus_test_rainfall.py @@ -341,7 +341,7 @@ def plot_predictions(filepath, input_items, colormap, model): save_samples( filepath_jsonl, - prediction_mask + prediction_mask.numpy().list() ) i += 1