From 8e76ac28649cb908aa8aaf9ea48f27f8db2e3399 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Fri, 10 Mar 2023 17:40:16 +0000 Subject: [PATCH] dlr: typo --- 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 7b1448c..7a6964f 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.numpy().list() + prediction_mask.numpy().tolist() ) i += 1