mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-21 17:03:00 +00:00
fixup
This commit is contained in:
parent
c0c6e81c01
commit
20f7d34fd1
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ def plot_predictions(filepath, input_items, colormap, model):
|
|||
print("DEBUG:plot_predictions INFER", prediction_mask)
|
||||
|
||||
plot_samples_matplotlib(
|
||||
filepath.replace("$$", i),
|
||||
filepath.replace("$$", str(i)),
|
||||
[
|
||||
# input_tensor,
|
||||
input_pair[1], #label_colourmap
|
||||
|
|
Loading…
Reference in a new issue