dlr: we can't plot the input tensor because it has 8 channels rather than 1 or 3

This commit is contained in:
Starbeamrainbowlabs 2023-01-11 17:39:14 +00:00
parent 373dda03b5
commit 3787155665
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -262,7 +262,10 @@ def plot_predictions(filepath, input_items, colormap, model):
plot_samples_matplotlib(
filepath,
[input_tensor, prediction_colormap],
[
# input_tensor,
prediction_colormap
],
figsize=(18, 14)
)