Hey, so I have a couple datasets (all images, with...
# beginners-need-help
m
Hey, so I have a couple datasets (all images, with a custom dataset for pdfs, and the other formats are jpg, png, and tiff) and I am trying to save them all as pngs and then store them under the same catalog
(02_intermediate)
after loading them from the
(01_raw)
. When I try to run a function that combines, "glues", the raw datasets into the
(02_intermediate)
it gives this error:
OutputNotUniqueError: Output(s) ['label_images_int_jpg'] are returned by more than one nodes. Node outputs must be unique.