unet
unet copied to clipboard
How to save multi output into two different folders after using model.predict_generator
Hi there, Ive manage to train one input and I've got two outputs ( two masks), I didn't have any problem in the training process, but when I'm trying to get the predictions from model.predict generator i fond difficulties to separate the two outputs into two different folders, is there any idea for how to do that?