mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-24 18:23:01 +00:00
typo
This commit is contained in:
parent
376eecc29f
commit
e7c0328648
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ def plot_predictions(filepath, input_items, colormap, model):
|
||||||
filepath,
|
filepath,
|
||||||
[
|
[
|
||||||
# input_tensor,
|
# input_tensor,
|
||||||
input_items[1], #label_colourmap
|
input_pair[1], #label_colourmap
|
||||||
prediction_colormap
|
prediction_colormap
|
||||||
],
|
],
|
||||||
figsize=(18, 14)
|
figsize=(18, 14)
|
||||||
|
|
Loading…
Reference in a new issue