dlr: typo

This commit is contained in:
Starbeamrainbowlabs 2023-03-10 17:40:16 +00:00
parent 5e79825292
commit 8e76ac2864
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -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